Html Css Color HEX #E06CF2 Heliotrope

📋 copy color: '#E06CF2'

red 224 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #E06CF2

Tints of Heliotrope #E06CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.82%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 39.02%
G = 18.82%
B = 42.16%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E06CF2 (or 0xE06CF2) is known color: Heliotrope. HEX triplet: E0, 6C and F2. RGB value is (224,108,242). Sum of RGB (Red+Green+Blue) = 224+108+242=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #E06CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CF2 is #1F930D. Grayscale: #9D9D9D. Windows color (decimal): -2069262 or 15887584. OLE color: 15887584.

HSL color Cylindrical-coordinate representation of color #E06CF2: hue angle of 291.94º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06CF2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 108 242 -
CMYK 0.07 0.55 0 0.05
HSL 291.94º 0.84% 0.69% -
HSV(B) 291.94º 0.55% 0.95% -
XYZ 52.13 32.98 87.62 -
YUV 157.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 224 108 242 0.07 0.55 0 0.05 291.94 0.84 0.69
Hex E0 6C F2 7 37 0 5 124 54 45
Octal 340 154 362 7 67 0 5 444 124 105
Binary 11100000 1101100 11110010 111 110111 0 101 100100100 1010100 1000101

Color Harmonies of #E06CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CF2

Black with #E06CF2

Text Example


Text Example

White with #E06CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CF2; }

 p { color: rgb(224,108,242); }

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

background-color css

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

 a { background-color: rgb(224,108,242); }

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

border-color css

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

 span { border-color: rgb(224,108,242); }

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