Html Css Color HEX #E472F9 Heliotrope

📋 copy color: '#E472F9'

red 228 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #E472F9

Tints of Heliotrope #E472F9

RGB

 RED value IS 228 (89.45% from 255) = 38.58%

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

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 38.58%
G = 19.29%
B = 42.13%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E472F9 (or 0xE472F9) is known color: Heliotrope. HEX triplet: E4, 72 and F9. RGB value is (228,114,249). Sum of RGB (Red+Green+Blue) = 228+114+249=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #E472F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472F9 is #1B8D06. Grayscale: #A3A3A3. Windows color (decimal): -1805575 or 16347876. OLE color: 16347876.

HSL color Cylindrical-coordinate representation of color #E472F9: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E472F9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 114 249 -
CMYK 0.08 0.54 0 0.02
HSL 290.67º 0.92% 0.71% -
HSV(B) 290.67º 0.54% 0.98% -
XYZ 55.11 35.37 93.54 -
YUV 163.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 228 114 249 0.08 0.54 0 0.02 290.67 0.92 0.71
Hex E4 72 F9 8 36 0 2 123 5C 47
Octal 344 162 371 10 66 0 2 443 134 107
Binary 11100100 1110010 11111001 1000 110110 0 10 100100011 1011100 1000111

Color Harmonies of #E472F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472F9

Black with #E472F9

Text Example


Text Example

White with #E472F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472F9; }

 p { color: rgb(228,114,249); }

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

background-color css

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

 a { background-color: rgb(228,114,249); }

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

border-color css

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

 span { border-color: rgb(228,114,249); }

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