Html Css Color HEX #E45AAE Brilliant Rose

📋 copy color: '#E45AAE'

red 228 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #E45AAE

Tints of Brilliant Rose #E45AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 46.34%
G = 18.29%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E45AAE (or 0xE45AAE) is known color: Brilliant Rose. HEX triplet: E4, 5A and AE. RGB value is (228,90,174). Sum of RGB (Red+Green+Blue) = 228+90+174=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E45AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45AAE is #1BA551. Grayscale: #8C8C8C. Windows color (decimal): -1811794 or 11426532. OLE color: 11426532.

HSL color Cylindrical-coordinate representation of color #E45AAE: hue angle of 323.48º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45AAE is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 90 174 -
CMYK 0 0.61 0.24 0.11
HSL 323.48º 0.72% 0.62% -
HSV(B) 323.48º 0.61% 0.89% -
XYZ 43.29 26.86 42.95 -
YUV 140.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 228 90 174 0 0.61 0.24 0.11 323.48 0.72 0.62
Hex E4 5A AE 0 3D 18 B 143 48 3E
Octal 344 132 256 0 75 30 13 503 110 76
Binary 11100100 1011010 10101110 0 111101 11000 1011 101000011 1001000 111110

Color Harmonies of #E45AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45AAE

Black with #E45AAE

Text Example


Text Example

White with #E45AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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