Html Css Color HEX #E070FF Heliotrope

📋 copy color: '#E070FF'

red 224 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #E070FF

Tints of Heliotrope #E070FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 37.9%
G = 18.95%
B = 43.15%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E070FF (or 0xE070FF) is known color: Heliotrope. HEX triplet: E0, 70 and FF. RGB value is (224,112,255). Sum of RGB (Red+Green+Blue) = 224+112+255=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #E070FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FF is #1F8F00. Grayscale: #A1A1A1. Windows color (decimal): -2068225 or 16740576. OLE color: 16740576.

HSL color Cylindrical-coordinate representation of color #E070FF: hue angle of 286.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E070FF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 112 255 -
CMYK 0.12 0.56 0 0
HSL 286.99º 1% 0.72% -
HSV(B) 286.99º 0.56% 1% -
XYZ 54.58 34.66 98.42 -
YUV 161.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 224 112 255 0.12 0.56 0 0 286.99 1 0.72
Hex E0 70 FF C 38 0 0 11F 64 48
Octal 340 160 377 14 70 0 0 437 144 110
Binary 11100000 1110000 11111111 1100 111000 0 0 100011111 1100100 1001000

Color Harmonies of #E070FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070FF

Black with #E070FF

Text Example


Text Example

White with #E070FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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