Html Css Color HEX #E45BFD Heliotrope

📋 copy color: '#E45BFD'

red 228 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #E45BFD

Tints of Heliotrope #E45BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.91%

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

R = 39.86%
G = 15.91%
B = 44.23%

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

#E45BFD (or 0xE45BFD) is known color: Heliotrope. HEX triplet: E4, 5B and FD. RGB value is (228,91,253). Sum of RGB (Red+Green+Blue) = 228+91+253=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E45BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45BFD is #1BA402. Grayscale: #959595. Windows color (decimal): -1811459 or 16604132. OLE color: 16604132.

HSL color Cylindrical-coordinate representation of color #E45BFD: hue angle of 290.74º 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 #E45BFD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 91 253 -
CMYK 0.10 0.64 0 0.01
HSL 290.74º 0.98% 0.67% -
HSV(B) 290.74º 0.64% 0.99% -
XYZ 53.47 31.07 96.11 -
YUV 150.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 228 91 253 0.10 0.64 0 0.01 290.74 0.98 0.67
Hex E4 5B FD A 40 0 1 123 62 43
Octal 344 133 375 12 100 0 1 443 142 103
Binary 11100100 1011011 11111101 1010 1000000 0 1 100100011 1100010 1000011

Color Harmonies of #E45BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45BFD

Black with #E45BFD

Text Example


Text Example

White with #E45BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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