Html Css Color HEX #E070EB Heliotrope

📋 copy color: '#E070EB'

red 224 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #E070EB

Tints of Heliotrope #E070EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 39.23%
G = 19.61%
B = 41.16%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E070EB (or 0xE070EB) is known color: Heliotrope. HEX triplet: E0, 70 and EB. RGB value is (224,112,235). Sum of RGB (Red+Green+Blue) = 224+112+235=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #E070EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070EB is #1F8F14. Grayscale: #9F9F9F. Windows color (decimal): -2068245 or 15429856. OLE color: 15429856.

HSL color Cylindrical-coordinate representation of color #E070EB: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E070EB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 112 235 -
CMYK 0.05 0.52 0 0.08
HSL 294.63º 0.75% 0.68% -
HSV(B) 294.63º 0.52% 0.92% -
XYZ 51.53 33.43 82.33 -
YUV 159.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 224 112 235 0.05 0.52 0 0.08 294.63 0.75 0.68
Hex E0 70 EB 5 34 0 8 127 4B 44
Octal 340 160 353 5 64 0 10 447 113 104
Binary 11100000 1110000 11101011 101 110100 0 1000 100100111 1001011 1000100

Color Harmonies of #E070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070EB

Black with #E070EB

Text Example


Text Example

White with #E070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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