Html Css Color HEX #E06EED Heliotrope

📋 copy color: '#E06EED'

red 224 ◦ green 110 ◦ blue 237

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

Shades of Heliotrope #E06EED

Tints of Heliotrope #E06EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.26%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 39.23%
G = 19.26%
B = 41.51%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E06EED (or 0xE06EED) is known color: Heliotrope. HEX triplet: E0, 6E and ED. RGB value is (224,110,237). Sum of RGB (Red+Green+Blue) = 224+110+237=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #E06EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EED is #1F9112. Grayscale: #9E9E9E. Windows color (decimal): -2068755 or 15560416. OLE color: 15560416.

HSL color Cylindrical-coordinate representation of color #E06EED: hue angle of 293.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06EED is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 110 237 -
CMYK 0.05 0.54 0 0.07
HSL 293.86º 0.78% 0.68% -
HSV(B) 293.86º 0.54% 0.93% -
XYZ 51.6 33.11 83.79 -
YUV 158.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 224 110 237 0.05 0.54 0 0.07 293.86 0.78 0.68
Hex E0 6E ED 5 36 0 7 126 4E 44
Octal 340 156 355 5 66 0 7 446 116 104
Binary 11100000 1101110 11101101 101 110110 0 111 100100110 1001110 1000100

Color Harmonies of #E06EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EED

Black with #E06EED

Text Example


Text Example

White with #E06EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EED; }

 p { color: rgb(224,110,237); }

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

background-color css

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

 a { background-color: rgb(224,110,237); }

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

border-color css

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

 span { border-color: rgb(224,110,237); }

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