Html Css Color HEX #E066FE Heliotrope

📋 copy color: '#E066FE'

red 224 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #E066FE

Tints of Heliotrope #E066FE

RGB

 RED value IS 224 (87.89% from 255) = 38.62%

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 38.62%
G = 17.59%
B = 43.79%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E066FE (or 0xE066FE) is known color: Heliotrope. HEX triplet: E0, 66 and FE. RGB value is (224,102,254). Sum of RGB (Red+Green+Blue) = 224+102+254=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #E066FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066FE is #1F9901. Grayscale: #9B9B9B. Windows color (decimal): -2070786 or 16672480. OLE color: 16672480.

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

Color convert

RGB 224 102 254 -
CMYK 0.12 0.60 0 0.00
HSL 288.16º 0.99% 0.7% -
HSV(B) 288.16º 0.6% 1% -
XYZ 53.38 32.51 97.23 -
YUV 155.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 224 102 254 0.12 0.60 0 0.00 288.16 0.99 0.7
Hex E0 66 FE C 3C 0 0 120 63 46
Octal 340 146 376 14 74 0 0 440 143 106
Binary 11100000 1100110 11111110 1100 111100 0 0 100100000 1100011 1000110

Color Harmonies of #E066FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066FE

Black with #E066FE

Text Example


Text Example

White with #E066FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066FE; }

 p { color: rgb(224,102,254); }

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

background-color css

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

 a { background-color: rgb(224,102,254); }

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

border-color css

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

 span { border-color: rgb(224,102,254); }

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