Html Css Color HEX #E475FC Heliotrope

📋 copy color: '#E475FC'

red 228 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #E475FC

Tints of Heliotrope #E475FC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.6%

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

R = 38.19%
G = 19.6%
B = 42.21%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E475FC (or 0xE475FC) is known color: Heliotrope. HEX triplet: E4, 75 and FC. RGB value is (228,117,252). Sum of RGB (Red+Green+Blue) = 228+117+252=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #E475FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E475FC is #1B8A03. Grayscale: #A5A5A5. Windows color (decimal): -1804804 or 16545252. OLE color: 16545252.

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

Color convert

RGB 228 117 252 -
CMYK 0.10 0.54 0 0.01
HSL 289.33º 0.96% 0.72% -
HSV(B) 289.33º 0.54% 0.99% -
XYZ 55.93 36.24 96.14 -
YUV 165.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 228 117 252 0.10 0.54 0 0.01 289.33 0.96 0.72
Hex E4 75 FC A 36 0 1 121 60 48
Octal 344 165 374 12 66 0 1 441 140 110
Binary 11100100 1110101 11111100 1010 110110 0 1 100100001 1100000 1001000

Color Harmonies of #E475FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475FC

Black with #E475FC

Text Example


Text Example

White with #E475FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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