#EB7FF2

Color #EB7FF2 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EB7FF2

Tints of Violet #EB7FF2

Color information

#EB7FF2 (or 0xEB7FF2) is unknown color: approx Violet. HEX triplet: EB, 7F and F2. RGB value is (235,127,242). Sum of RGB (Red+Green+Blue) = 235+127+242=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB7FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7FF2 is #14800D. Grayscale: #ACACAC. Windows color (decimal): -1343502 or 15892459. OLE color: 15892459.

HSL color Cylindrical-coordinate representation of color #EB7FF2: hue angle of 296.35º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7FF2 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235127242-
CMYK0.030.4800.05
HSL296.35º81.56%72.35%-
HSV(B)296.35º47.52%94.9%-
XYZ57.8839.2588.53-
YUV172.4167.28172.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 127 (50% from 255) = 21.03%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=38.91%
G=21.03%
B=40.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351272420.030.4800.05296.3581.5672.35
HexEB7FF2330051285248
Octal35317736236005450122110
Binary1110101111111111111001011110000010110010100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FF2; }

 p { color: rgb(235,127,242); }

 H1.HeaderClassName
 {
   color: #EB7FF2;
 }
 .AnyTagClassName
 {
   color: #EB7FF2;
 }
</style>
background-color css

<style>
 a { background-color: #EB7FF2; }

 a { background-color: rgb(235,127,242); }

 div.DivClassName
 {
   background-color: #EB7FF2;
 }
 .BgClassName
 {
   background-color: #EB7FF2;
 }
</style>
border-color css

<style>
 span { border-color: #EB7FF2; }

 span { border-color: rgb(235,127,242); }

 td.TdClassName
 {
   border-color: #EB7FF2;
 }
 .TagClassName
 {
   border-color: #EB7FF2;
 }
</style>