Html Css Color HEX #E072F1 Heliotrope

📋 copy color: '#E072F1'

red 224 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #E072F1

Tints of Heliotrope #E072F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 38.69%
G = 19.69%
B = 41.62%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E072F1 (or 0xE072F1) is known color: Heliotrope. HEX triplet: E0, 72 and F1. RGB value is (224,114,241). Sum of RGB (Red+Green+Blue) = 224+114+241=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #E072F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072F1 is #1F8D0E. Grayscale: #A0A0A0. Windows color (decimal): -2067727 or 15823584. OLE color: 15823584.

HSL color Cylindrical-coordinate representation of color #E072F1: hue angle of 291.97º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E072F1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 114 241 -
CMYK 0.07 0.53 0 0.05
HSL 291.97º 0.82% 0.7% -
HSV(B) 291.97º 0.53% 0.95% -
XYZ 52.63 34.23 87.05 -
YUV 161.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 224 114 241 0.07 0.53 0 0.05 291.97 0.82 0.7
Hex E0 72 F1 7 35 0 5 124 52 46
Octal 340 162 361 7 65 0 5 444 122 106
Binary 11100000 1110010 11110001 111 110101 0 101 100100100 1010010 1000110

Color Harmonies of #E072F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E072F1

Black with #E072F1

Text Example


Text Example

White with #E072F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E072F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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