Html Css Color HEX #E450FE Heliotrope

📋 copy color: '#E450FE'

red 228 ◦ green 80 ◦ blue 254

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

Shades of Heliotrope #E450FE

Tints of Heliotrope #E450FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.23%

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

R = 40.57%
G = 14.23%
B = 45.2%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E450FE (or 0xE450FE) is known color: Heliotrope. HEX triplet: E4, 50 and FE. RGB value is (228,80,254). Sum of RGB (Red+Green+Blue) = 228+80+254=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #E450FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450FE is #1BAF01. Grayscale: #8F8F8F. Windows color (decimal): -1814274 or 16666852. OLE color: 16666852.

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

Color convert

RGB 228 80 254 -
CMYK 0.10 0.69 0 0.00
HSL 291.03º 0.99% 0.65% -
HSV(B) 291.03º 0.69% 1% -
XYZ 52.75 29.39 96.66 -
YUV 144.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 228 80 254 0.10 0.69 0 0.00 291.03 0.99 0.65
Hex E4 50 FE A 45 0 0 123 63 41
Octal 344 120 376 12 105 0 0 443 143 101
Binary 11100100 1010000 11111110 1010 1000101 0 0 100100011 1100011 1000001

Color Harmonies of #E450FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450FE

Black with #E450FE

Text Example


Text Example

White with #E450FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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