Html Css Color HEX #E45AFD Heliotrope

📋 copy color: '#E45AFD'

red 228 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #E45AFD

Tints of Heliotrope #E45AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.76%

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

R = 39.93%
G = 15.76%
B = 44.31%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E45AFD (or 0xE45AFD) is known color: Heliotrope. HEX triplet: E4, 5A and FD. RGB value is (228,90,253). Sum of RGB (Red+Green+Blue) = 228+90+253=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E45AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45AFD is #1BA502. Grayscale: #959595. Windows color (decimal): -1811715 or 16603876. OLE color: 16603876.

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

Color convert

RGB 228 90 253 -
CMYK 0.10 0.64 0 0.01
HSL 290.8º 0.98% 0.67% -
HSV(B) 290.8º 0.64% 0.99% -
XYZ 53.38 30.9 96.08 -
YUV 149.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 228 90 253 0.10 0.64 0 0.01 290.8 0.98 0.67
Hex E4 5A FD A 40 0 1 123 62 43
Octal 344 132 375 12 100 0 1 443 142 103
Binary 11100100 1011010 11111101 1010 1000000 0 1 100100011 1100010 1000011

Color Harmonies of #E45AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45AFD

Black with #E45AFD

Text Example


Text Example

White with #E45AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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