Html Css Color HEX #E06CFC Heliotrope

📋 copy color: '#E06CFC'

red 224 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #E06CFC

Tints of Heliotrope #E06CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 38.36%
G = 18.49%
B = 43.15%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06CFC (or 0xE06CFC) is known color: Heliotrope. HEX triplet: E0, 6C and FC. RGB value is (224,108,252). Sum of RGB (Red+Green+Blue) = 224+108+252=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #E06CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFC is #1F9303. Grayscale: #9E9E9E. Windows color (decimal): -2069252 or 16542944. OLE color: 16542944.

HSL color Cylindrical-coordinate representation of color #E06CFC: hue angle of 288.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06CFC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 108 252 -
CMYK 0.11 0.57 0 0.01
HSL 288.33º 0.96% 0.71% -
HSV(B) 288.33º 0.57% 0.99% -
XYZ 53.67 33.6 95.75 -
YUV 159.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 224 108 252 0.11 0.57 0 0.01 288.33 0.96 0.71
Hex E0 6C FC B 39 0 1 120 60 47
Octal 340 154 374 13 71 0 1 440 140 107
Binary 11100000 1101100 11111100 1011 111001 0 1 100100000 1100000 1000111

Color Harmonies of #E06CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CFC

Black with #E06CFC

Text Example


Text Example

White with #E06CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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