Html Css Color HEX #E572F6 Heliotrope

📋 copy color: '#E572F6'

red 229 ◦ green 114 ◦ blue 246

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

Shades of Heliotrope #E572F6

Tints of Heliotrope #E572F6

RGB

 RED value IS 229 (89.84% from 255) = 38.88%

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

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 38.88%
G = 19.35%
B = 41.77%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E572F6 (or 0xE572F6) is known color: Heliotrope. HEX triplet: E5, 72 and F6. RGB value is (229,114,246). Sum of RGB (Red+Green+Blue) = 229+114+246=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #E572F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572F6 is #1A8D09. Grayscale: #A3A3A3. Windows color (decimal): -1740042 or 16151269. OLE color: 16151269.

HSL color Cylindrical-coordinate representation of color #E572F6: hue angle of 292.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E572F6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 114 246 -
CMYK 0.07 0.54 0 0.04
HSL 292.27º 0.88% 0.71% -
HSV(B) 292.27º 0.54% 0.96% -
XYZ 54.96 35.35 91.11 -
YUV 163.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 229 114 246 0.07 0.54 0 0.04 292.27 0.88 0.71
Hex E5 72 F6 7 36 0 4 124 58 47
Octal 345 162 366 7 66 0 4 444 130 107
Binary 11100101 1110010 11110110 111 110110 0 100 100100100 1011000 1000111

Color Harmonies of #E572F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572F6

Black with #E572F6

Text Example


Text Example

White with #E572F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572F6; }

 p { color: rgb(229,114,246); }

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

background-color css

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

 a { background-color: rgb(229,114,246); }

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

border-color css

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

 span { border-color: rgb(229,114,246); }

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