Html Css Color HEX #E06FED Heliotrope

📋 copy color: '#E06FED'

red 224 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #E06FED

Tints of Heliotrope #E06FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.41%

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

R = 39.16%
G = 19.41%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E06FED (or 0xE06FED) is known color: Heliotrope. HEX triplet: E0, 6F and ED. RGB value is (224,111,237). Sum of RGB (Red+Green+Blue) = 224+111+237=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #E06FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FED is #1F9012. Grayscale: #9E9E9E. Windows color (decimal): -2068499 or 15560672. OLE color: 15560672.

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

Color convert

RGB 224 111 237 -
CMYK 0.05 0.53 0 0.07
HSL 293.81º 0.78% 0.68% -
HSV(B) 293.81º 0.53% 0.93% -
XYZ 51.71 33.33 83.83 -
YUV 159.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 224 111 237 0.05 0.53 0 0.07 293.81 0.78 0.68
Hex E0 6F ED 5 35 0 7 126 4E 44
Octal 340 157 355 5 65 0 7 446 116 104
Binary 11100000 1101111 11101101 101 110101 0 111 100100110 1001110 1000100

Color Harmonies of #E06FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FED

Black with #E06FED

Text Example


Text Example

White with #E06FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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