Html Css Color HEX #E470FC Heliotrope

📋 copy color: '#E470FC'

red 228 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #E470FC

Tints of Heliotrope #E470FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.92%

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

R = 38.51%
G = 18.92%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E470FC (or 0xE470FC) is known color: Heliotrope. HEX triplet: E4, 70 and FC. RGB value is (228,112,252). Sum of RGB (Red+Green+Blue) = 228+112+252=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #E470FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470FC is #1B8F03. Grayscale: #A2A2A2. Windows color (decimal): -1806084 or 16543972. OLE color: 16543972.

HSL color Cylindrical-coordinate representation of color #E470FC: hue angle of 289.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E470FC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 112 252 -
CMYK 0.10 0.56 0 0.01
HSL 289.71º 0.96% 0.71% -
HSV(B) 289.71º 0.56% 0.99% -
XYZ 55.36 35.11 95.95 -
YUV 162.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 228 112 252 0.10 0.56 0 0.01 289.71 0.96 0.71
Hex E4 70 FC A 38 0 1 122 60 47
Octal 344 160 374 12 70 0 1 442 140 107
Binary 11100100 1110000 11111100 1010 111000 0 1 100100010 1100000 1000111

Color Harmonies of #E470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470FC

Black with #E470FC

Text Example


Text Example

White with #E470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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