Html Css Color HEX #E06AFC Heliotrope

📋 copy color: '#E06AFC'

red 224 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #E06AFC

Tints of Heliotrope #E06AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.21%

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

R = 38.49%
G = 18.21%
B = 43.3%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E06AFC (or 0xE06AFC) is known color: Heliotrope. HEX triplet: E0, 6A and FC. RGB value is (224,106,252). Sum of RGB (Red+Green+Blue) = 224+106+252=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 106 (41.80% from 255 or 18.21% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #E06AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AFC is #1F9503. Grayscale: #9D9D9D. Windows color (decimal): -2069764 or 16542432. OLE color: 16542432.

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

Color convert

RGB 224 106 252 -
CMYK 0.11 0.58 0 0.01
HSL 288.49º 0.96% 0.7% -
HSV(B) 288.49º 0.58% 0.99% -
XYZ 53.47 33.18 95.68 -
YUV 157.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 224 106 252 0.11 0.58 0 0.01 288.49 0.96 0.7
Hex E0 6A FC B 3A 0 1 120 60 46
Octal 340 152 374 13 72 0 1 440 140 106
Binary 11100000 1101010 11111100 1011 111010 0 1 100100000 1100000 1000110

Color Harmonies of #E06AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AFC

Black with #E06AFC

Text Example


Text Example

White with #E06AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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