Html Css Color HEX #E450FD Heliotrope

📋 copy color: '#E450FD'

red 228 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #E450FD

Tints of Heliotrope #E450FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 40.64%
G = 14.26%
B = 45.1%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E450FD (or 0xE450FD) is known color: Heliotrope. HEX triplet: E4, 50 and FD. RGB value is (228,80,253). Sum of RGB (Red+Green+Blue) = 228+80+253=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E450FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450FD is #1BAF02. Grayscale: #8F8F8F. Windows color (decimal): -1814275 or 16601316. OLE color: 16601316.

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

Color convert

RGB 228 80 253 -
CMYK 0.10 0.68 0 0.01
HSL 291.33º 0.98% 0.65% -
HSV(B) 291.33º 0.68% 0.99% -
XYZ 52.59 29.32 95.82 -
YUV 143.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 228 80 253 0.10 0.68 0 0.01 291.33 0.98 0.65
Hex E4 50 FD A 44 0 1 123 62 41
Octal 344 120 375 12 104 0 1 443 142 101
Binary 11100100 1010000 11111101 1010 1000100 0 1 100100011 1100010 1000001

Color Harmonies of #E450FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450FD

Black with #E450FD

Text Example


Text Example

White with #E450FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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