#EB6AFD

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

Shades of Heliotrope #EB6AFD

Tints of Heliotrope #EB6AFD

Color information

#EB6AFD (or 0xEB6AFD) is unknown color: approx Heliotrope. HEX triplet: EB, 6A and FD. RGB value is (235,106,253). Sum of RGB (Red+Green+Blue) = 235+106+253=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB6AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6AFD is #149502. Grayscale: #A0A0A0. Windows color (decimal): -1348867 or 16607979. OLE color: 16607979.

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

Color convert

RGB235106253-
CMYK0.070.5800.01
HSL292.65º97.35%70.39%-
HSV(B)292.65º58.1%99.22%-
XYZ57.1435.0696.68-
YUV161.33179.74180.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 106 (41.80% from 255) = 17.85%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=39.56%
G=17.85%
B=42.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351062530.070.5800.01292.6597.3570.39
HexEB6AFD73A011256146
Octal35315237577201445141106
Binary111010111101010111111011111110100110010010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AFD; }

 p { color: rgb(235,106,253); }

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

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

 a { background-color: rgb(235,106,253); }

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

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

 span { border-color: rgb(235,106,253); }

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