Html Css Color HEX #E072FC Heliotrope

📋 copy color: '#E072FC'

red 224 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #E072FC

Tints of Heliotrope #E072FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.71%

R = 37.97%
G = 19.32%
B = 42.71%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E072FC (or 0xE072FC) is known color: Heliotrope. HEX triplet: E0, 72 and FC. RGB value is (224,114,252). Sum of RGB (Red+Green+Blue) = 224+114+252=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #E072FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072FC is #1F8D03. Grayscale: #A2A2A2. Windows color (decimal): -2067716 or 16544480. OLE color: 16544480.

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

Color convert

RGB 224 114 252 -
CMYK 0.11 0.55 0 0.01
HSL 287.83º 0.96% 0.72% -
HSV(B) 287.83º 0.55% 0.99% -
XYZ 54.33 34.91 95.97 -
YUV 162.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 224 114 252 0.11 0.55 0 0.01 287.83 0.96 0.72
Hex E0 72 FC B 37 0 1 120 60 48
Octal 340 162 374 13 67 0 1 440 140 110
Binary 11100000 1110010 11111100 1011 110111 0 1 100100000 1100000 1001000

Color Harmonies of #E072FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072FC

Black with #E072FC

Text Example


Text Example

White with #E072FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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