Html Css Color HEX #E070ED Heliotrope

📋 copy color: '#E070ED'

red 224 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #E070ED

Tints of Heliotrope #E070ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.55%

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

R = 39.09%
G = 19.55%
B = 41.36%

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

#E070ED (or 0xE070ED) is known color: Heliotrope. HEX triplet: E0, 70 and ED. RGB value is (224,112,237). Sum of RGB (Red+Green+Blue) = 224+112+237=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #E070ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070ED is #1F8F12. Grayscale: #9F9F9F. Windows color (decimal): -2068243 or 15560928. OLE color: 15560928.

HSL color Cylindrical-coordinate representation of color #E070ED: hue angle of 293.76º 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 #E070ED is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 112 237 -
CMYK 0.05 0.53 0 0.07
HSL 293.76º 0.78% 0.68% -
HSV(B) 293.76º 0.53% 0.93% -
XYZ 51.82 33.55 83.87 -
YUV 159.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 224 112 237 0.05 0.53 0 0.07 293.76 0.78 0.68
Hex E0 70 ED 5 35 0 7 126 4E 44
Octal 340 160 355 5 65 0 7 446 116 104
Binary 11100000 1110000 11101101 101 110101 0 111 100100110 1001110 1000100

Color Harmonies of #E070ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070ED

Black with #E070ED

Text Example


Text Example

White with #E070ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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