Html Css Color HEX #E045FC Heliotrope

📋 copy color: '#E045FC'

red 224 ◦ green 69 ◦ blue 252

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

Shades of Heliotrope #E045FC

Tints of Heliotrope #E045FC

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 69 (27.34% from 255) = 12.66%

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

R = 41.1%
G = 12.66%
B = 46.24%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E045FC (or 0xE045FC) is known color: Heliotrope. HEX triplet: E0, 45 and FC. RGB value is (224,69,252). Sum of RGB (Red+Green+Blue) = 224+69+252=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 69 (27.34% from 255 or 12.66% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E045FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045FC is #1FBA03. Grayscale: #878787. Windows color (decimal): -2079236 or 16532960. OLE color: 16532960.

HSL color Cylindrical-coordinate representation of color #E045FC: hue angle of 290.82º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E045FC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 69 252 -
CMYK 0.11 0.73 0 0.01
HSL 290.82º 0.97% 0.63% -
HSV(B) 290.82º 0.73% 0.99% -
XYZ 50.44 27.13 94.67 -
YUV 136.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 224 69 252 0.11 0.73 0 0.01 290.82 0.97 0.63
Hex E0 45 FC B 49 0 1 123 61 3F
Octal 340 105 374 13 111 0 1 443 141 77
Binary 11100000 1000101 11111100 1011 1001001 0 1 100100011 1100001 111111

Color Harmonies of #E045FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045FC

Black with #E045FC

Text Example


Text Example

White with #E045FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045FC; }

 p { color: rgb(224,69,252); }

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

background-color css

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

 a { background-color: rgb(224,69,252); }

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

border-color css

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

 span { border-color: rgb(224,69,252); }

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