Html Css Color HEX #E071ED Heliotrope

📋 copy color: '#E071ED'

red 224 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #E071ED

Tints of Heliotrope #E071ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.69%

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

R = 39.02%
G = 19.69%
B = 41.29%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E071ED (or 0xE071ED) is known color: Heliotrope. HEX triplet: E0, 71 and ED. RGB value is (224,113,237). Sum of RGB (Red+Green+Blue) = 224+113+237=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #E071ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071ED is #1F8E12. Grayscale: #9F9F9F. Windows color (decimal): -2067987 or 15561184. OLE color: 15561184.

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

Color convert

RGB 224 113 237 -
CMYK 0.05 0.52 0 0.07
HSL 293.71º 0.78% 0.69% -
HSV(B) 293.71º 0.52% 0.93% -
XYZ 51.93 33.77 83.9 -
YUV 160.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 224 113 237 0.05 0.52 0 0.07 293.71 0.78 0.69
Hex E0 71 ED 5 34 0 7 126 4E 45
Octal 340 161 355 5 64 0 7 446 116 105
Binary 11100000 1110001 11101101 101 110100 0 111 100100110 1001110 1000101

Color Harmonies of #E071ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071ED

Black with #E071ED

Text Example


Text Example

White with #E071ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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