#EB6EFC

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

Shades of Heliotrope #EB6EFC

Tints of Heliotrope #EB6EFC

Color information

#EB6EFC (or 0xEB6EFC) is unknown color: approx Heliotrope. HEX triplet: EB, 6E and FC. RGB value is (235,110,252). Sum of RGB (Red+Green+Blue) = 235+110+252=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 110 (43.36% from 255 or 18.43% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6EFC is #149103. Grayscale: #A3A3A3. Windows color (decimal): -1347844 or 16543467. OLE color: 16543467.

HSL color Cylindrical-coordinate representation of color #EB6EFC: hue angle of 292.82º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6EFC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235110252-
CMYK0.070.5600.01
HSL292.82º95.95%70.98%-
HSV(B)292.82º56.35%98.82%-
XYZ57.4135.8495.99-
YUV163.56177.91178.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 110 (43.36% from 255) = 18.43%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=39.36%
G=18.43%
B=42.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351102520.070.5600.01292.8295.9570.98
HexEB6EFC738011256047
Octal35315637477001445140107
Binary111010111101110111111001111110000110010010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6EFC; }

 p { color: rgb(235,110,252); }

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

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

 a { background-color: rgb(235,110,252); }

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

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

 span { border-color: rgb(235,110,252); }

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