Html Css Color HEX #E472FE Heliotrope

📋 copy color: '#E472FE'

red 228 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #E472FE

Tints of Heliotrope #E472FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 38.26%
G = 19.13%
B = 42.62%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E472FE (or 0xE472FE) is known color: Heliotrope. HEX triplet: E4, 72 and FE. RGB value is (228,114,254). Sum of RGB (Red+Green+Blue) = 228+114+254=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #E472FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472FE is #1B8D01. Grayscale: #A3A3A3. Windows color (decimal): -1805570 or 16675556. OLE color: 16675556.

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

Color convert

RGB 228 114 254 -
CMYK 0.10 0.55 0 0.00
HSL 288.86º 0.99% 0.72% -
HSV(B) 288.86º 0.55% 1% -
XYZ 55.9 35.68 97.71 -
YUV 164.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 228 114 254 0.10 0.55 0 0.00 288.86 0.99 0.72
Hex E4 72 FE A 37 0 0 121 63 48
Octal 344 162 376 12 67 0 0 441 143 110
Binary 11100100 1110010 11111110 1010 110111 0 0 100100001 1100011 1001000

Color Harmonies of #E472FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472FE

Black with #E472FE

Text Example


Text Example

White with #E472FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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