Html Css Color HEX #EB66FF Heliotrope

📋 copy color: '#EB66FF'

red 235 ◦ green 102 ◦ blue 255

#EB66FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #EB66FF

Tints of Heliotrope #EB66FF

RGB

 RED value IS 235 (92.19% from 255) = 39.7%

 GREEN value IS 102 (40.23% from 255) = 17.23%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 39.7%
G = 17.23%
B = 43.07%

CMYK

 C value IS 0.08

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB66FF (or 0xEB66FF) is known color: Heliotrope. HEX triplet: EB, 66 and FF. RGB value is (235,102,255). Sum of RGB (Red+Green+Blue) = 235+102+255=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB66FF is #149900. Grayscale: #9E9E9E. Windows color (decimal): -1349889 or 16738027. OLE color: 16738027.

HSL color Cylindrical-coordinate representation of color #EB66FF: hue angle of 292.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB66FF is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 102 255 -
CMYK 0.08 0.6 0 0
HSL 292.16º 1% 0.7% -
HSV(B) 292.16º 0.6% 1% -
XYZ 57.06 34.38 98.24 -
YUV 159.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 235 102 255 0.08 0.6 0 0 292.16 1 0.7
Hex EB 66 FF 8 3C 0 0 124 64 46
Octal 353 146 377 10 74 0 0 444 144 106
Binary 11101011 1100110 11111111 1000 111100 0 0 100100100 1100100 1000110

Color Harmonies of #EB66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB66FF

Black with #EB66FF

Text Example


Text Example

White with #EB66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB66FF; }

 p { color: rgb(235,102,255); }

 H1.HeaderClassName
 {
   color: #EB66FF;
 }
 .AnyTagClassName
 {
   color: #EB66FF;
 }
</style>

background-color css

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

 a { background-color: rgb(235,102,255); }

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

border-color css

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

 span { border-color: rgb(235,102,255); }

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