Html Css Color HEX #E072FE Heliotrope

📋 copy color: '#E072FE'

red 224 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #E072FE

Tints of Heliotrope #E072FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.26%

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 37.84%
G = 19.26%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E072FE (or 0xE072FE) is known color: Heliotrope. HEX triplet: E0, 72 and FE. RGB value is (224,114,254). Sum of RGB (Red+Green+Blue) = 224+114+254=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #E072FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072FE is #1F8D01. Grayscale: #A2A2A2. Windows color (decimal): -2067714 or 16675552. OLE color: 16675552.

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

Color convert

RGB 224 114 254 -
CMYK 0.12 0.55 0 0.00
HSL 287.14º 0.99% 0.72% -
HSV(B) 287.14º 0.55% 1% -
XYZ 54.65 35.04 97.65 -
YUV 162.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 224 114 254 0.12 0.55 0 0.00 287.14 0.99 0.72
Hex E0 72 FE C 37 0 0 11F 63 48
Octal 340 162 376 14 67 0 0 437 143 110
Binary 11100000 1110010 11111110 1100 110111 0 0 100011111 1100011 1001000

Color Harmonies of #E072FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072FE

Black with #E072FE

Text Example


Text Example

White with #E072FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072FE; }

 p { color: rgb(224,114,254); }

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

background-color css

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

 a { background-color: rgb(224,114,254); }

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

border-color css

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

 span { border-color: rgb(224,114,254); }

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