Html Css Color HEX #E070EF Heliotrope

📋 copy color: '#E070EF'

red 224 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #E070EF

Tints of Heliotrope #E070EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 38.96%
G = 19.48%
B = 41.57%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E070EF (or 0xE070EF) is known color: Heliotrope. HEX triplet: E0, 70 and EF. RGB value is (224,112,239). Sum of RGB (Red+Green+Blue) = 224+112+239=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #E070EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070EF is #1F8F10. Grayscale: #9F9F9F. Windows color (decimal): -2068241 or 15692000. OLE color: 15692000.

HSL color Cylindrical-coordinate representation of color #E070EF: hue angle of 292.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E070EF is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 112 239 -
CMYK 0.06 0.53 0 0.06
HSL 292.91º 0.8% 0.69% -
HSV(B) 292.91º 0.53% 0.94% -
XYZ 52.11 33.67 85.41 -
YUV 159.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 224 112 239 0.06 0.53 0 0.06 292.91 0.8 0.69
Hex E0 70 EF 6 35 0 6 125 50 45
Octal 340 160 357 6 65 0 6 445 120 105
Binary 11100000 1110000 11101111 110 110101 0 110 100100101 1010000 1000101

Color Harmonies of #E070EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070EF

Black with #E070EF

Text Example


Text Example

White with #E070EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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