Html Css Color HEX #E472FC Heliotrope

📋 copy color: '#E472FC'

red 228 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #E472FC

Tints of Heliotrope #E472FC

RGB

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

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

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

R = 38.38%
G = 19.19%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E472FC (or 0xE472FC) is known color: Heliotrope. HEX triplet: E4, 72 and FC. RGB value is (228,114,252). Sum of RGB (Red+Green+Blue) = 228+114+252=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 114 (44.92% from 255 or 19.19% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #E472FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472FC is #1B8D03. Grayscale: #A3A3A3. Windows color (decimal): -1805572 or 16544484. OLE color: 16544484.

HSL color Cylindrical-coordinate representation of color #E472FC: hue angle of 289.57º 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 #E472FC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 114 252 -
CMYK 0.10 0.55 0 0.01
HSL 289.57º 0.96% 0.72% -
HSV(B) 289.57º 0.55% 0.99% -
XYZ 55.58 35.56 96.03 -
YUV 163.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 228 114 252 0.10 0.55 0 0.01 289.57 0.96 0.72
Hex E4 72 FC A 37 0 1 122 60 48
Octal 344 162 374 12 67 0 1 442 140 110
Binary 11100100 1110010 11111100 1010 110111 0 1 100100010 1100000 1001000

Color Harmonies of #E472FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472FC

Black with #E472FC

Text Example


Text Example

White with #E472FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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