Html Css Color HEX #E85AAE Brilliant Rose

📋 copy color: '#E85AAE'

red 232 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #E85AAE

Tints of Brilliant Rose #E85AAE

RGB

 RED value IS 232 (91.02% from 255) = 46.77%

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

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

R = 46.77%
G = 18.15%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E85AAE (or 0xE85AAE) is known color: Brilliant Rose. HEX triplet: E8, 5A and AE. RGB value is (232,90,174). Sum of RGB (Red+Green+Blue) = 232+90+174=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AAE is #17A551. Grayscale: #8D8D8D. Windows color (decimal): -1549650 or 11426536. OLE color: 11426536.

HSL color Cylindrical-coordinate representation of color #E85AAE: hue angle of 324.51º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AAE is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 90 174 -
CMYK 0 0.61 0.25 0.09
HSL 324.51º 0.76% 0.63% -
HSV(B) 324.51º 0.61% 0.91% -
XYZ 44.57 27.52 43.01 -
YUV 142.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 232 90 174 0 0.61 0.25 0.09 324.51 0.76 0.63
Hex E8 5A AE 0 3D 19 9 145 4C 3F
Octal 350 132 256 0 75 31 11 505 114 77
Binary 11101000 1011010 10101110 0 111101 11001 1001 101000101 1001100 111111

Color Harmonies of #E85AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AAE

Black with #E85AAE

Text Example


Text Example

White with #E85AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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