Html Css Color HEX #E45DA0 Brilliant Rose

📋 copy color: '#E45DA0'

red 228 ◦ green 93 ◦ blue 160

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

Shades of Brilliant Rose #E45DA0

Tints of Brilliant Rose #E45DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 47.4%
G = 19.33%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E45DA0 (or 0xE45DA0) is known color: Brilliant Rose. HEX triplet: E4, 5D and A0. RGB value is (228,93,160). Sum of RGB (Red+Green+Blue) = 228+93+160=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DA0 is #1BA25F. Grayscale: #8C8C8C. Windows color (decimal): -1811040 or 10509796. OLE color: 10509796.

HSL color Cylindrical-coordinate representation of color #E45DA0: hue angle of 330.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DA0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 93 160 -
CMYK 0 0.59 0.30 0.11
HSL 330.22º 0.71% 0.63% -
HSV(B) 330.22º 0.59% 0.89% -
XYZ 42.25 26.86 36.22 -
YUV 141 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 228 93 160 0 0.59 0.30 0.11 330.22 0.71 0.63
Hex E4 5D A0 0 3B 1E B 14A 47 3F
Octal 344 135 240 0 73 36 13 512 107 77
Binary 11100100 1011101 10100000 0 111011 11110 1011 101001010 1000111 111111

Color Harmonies of #E45DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45DA0

Black with #E45DA0

Text Example


Text Example

White with #E45DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45DA0; }

 p { color: rgb(228,93,160); }

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

background-color css

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

 a { background-color: rgb(228,93,160); }

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

border-color css

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

 span { border-color: rgb(228,93,160); }

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