Html Css Color HEX #E066EE Heliotrope

📋 copy color: '#E066EE'

red 224 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #E066EE

Tints of Heliotrope #E066EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 39.72%
G = 18.09%
B = 42.2%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E066EE (or 0xE066EE) is known color: Heliotrope. HEX triplet: E0, 66 and EE. RGB value is (224,102,238). Sum of RGB (Red+Green+Blue) = 224+102+238=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #E066EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066EE is #1F9911. Grayscale: #999999. Windows color (decimal): -2070802 or 15623904. OLE color: 15623904.

HSL color Cylindrical-coordinate representation of color #E066EE: hue angle of 293.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E066EE is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 102 238 -
CMYK 0.06 0.57 0 0.07
HSL 293.82º 0.8% 0.67% -
HSV(B) 293.82º 0.57% 0.93% -
XYZ 50.92 31.52 84.29 -
YUV 153.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 224 102 238 0.06 0.57 0 0.07 293.82 0.8 0.67
Hex E0 66 EE 6 39 0 7 126 50 43
Octal 340 146 356 6 71 0 7 446 120 103
Binary 11100000 1100110 11101110 110 111001 0 111 100100110 1010000 1000011

Color Harmonies of #E066EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066EE

Black with #E066EE

Text Example


Text Example

White with #E066EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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