Html Css Color HEX #E45EFD Heliotrope

📋 copy color: '#E45EFD'

red 228 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #E45EFD

Tints of Heliotrope #E45EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.35%

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

R = 39.65%
G = 16.35%
B = 44%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E45EFD (or 0xE45EFD) is known color: Heliotrope. HEX triplet: E4, 5E and FD. RGB value is (228,94,253). Sum of RGB (Red+Green+Blue) = 228+94+253=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E45EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45EFD is #1BA102. Grayscale: #979797. Windows color (decimal): -1810691 or 16604900. OLE color: 16604900.

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

Color convert

RGB 228 94 253 -
CMYK 0.10 0.63 0 0.01
HSL 290.57º 0.98% 0.68% -
HSV(B) 290.57º 0.63% 0.99% -
XYZ 53.73 31.59 96.19 -
YUV 152.19 184.89 182.07 -
System Red Green Blue C M Y K H S L
Decimal 228 94 253 0.10 0.63 0 0.01 290.57 0.98 0.68
Hex E4 5E FD A 3F 0 1 123 62 44
Octal 344 136 375 12 77 0 1 443 142 104
Binary 11100100 1011110 11111101 1010 111111 0 1 100100011 1100010 1000100

Color Harmonies of #E45EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45EFD

Black with #E45EFD

Text Example


Text Example

White with #E45EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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