Html Css Color HEX #E045FE Heliotrope

📋 copy color: '#E045FE'

red 224 ◦ green 69 ◦ blue 254

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

Shades of Heliotrope #E045FE

Tints of Heliotrope #E045FE

RGB

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

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

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

R = 40.95%
G = 12.61%
B = 46.44%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E045FE (or 0xE045FE) is known color: Heliotrope. HEX triplet: E0, 45 and FE. RGB value is (224,69,254). Sum of RGB (Red+Green+Blue) = 224+69+254=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 69 (27.34% from 255 or 12.61% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #E045FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045FE is #1FBA01. Grayscale: #878787. Windows color (decimal): -2079234 or 16664032. OLE color: 16664032.

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

Color convert

RGB 224 69 254 -
CMYK 0.12 0.73 0 0.00
HSL 290.27º 0.99% 0.63% -
HSV(B) 290.27º 0.73% 1% -
XYZ 50.76 27.26 96.35 -
YUV 136.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 224 69 254 0.12 0.73 0 0.00 290.27 0.99 0.63
Hex E0 45 FE C 49 0 0 122 63 3F
Octal 340 105 376 14 111 0 0 442 143 77
Binary 11100000 1000101 11111110 1100 1001001 0 0 100100010 1100011 111111

Color Harmonies of #E045FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045FE

Black with #E045FE

Text Example


Text Example

White with #E045FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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