Html Css Color HEX #E959AA Brilliant Rose

📋 copy color: '#E959AA'

red 233 ◦ green 89 ◦ blue 170

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

Shades of Brilliant Rose #E959AA

Tints of Brilliant Rose #E959AA

RGB

 RED value IS 233 (91.41% from 255) = 47.36%

 GREEN value IS 89 (35.16% from 255) = 18.09%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 47.36%
G = 18.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E959AA (or 0xE959AA) is known color: Brilliant Rose. HEX triplet: E9, 59 and AA. RGB value is (233,89,170). Sum of RGB (Red+Green+Blue) = 233+89+170=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E959AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E959AA is #16A655. Grayscale: #8D8D8D. Windows color (decimal): -1484374 or 11164137. OLE color: 11164137.

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

Color convert

RGB 233 89 170 -
CMYK 0 0.62 0.27 0.09
HSL 326.25º 0.77% 0.63% -
HSV(B) 326.25º 0.62% 0.91% -
XYZ 44.43 27.37 40.97 -
YUV 141.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 233 89 170 0 0.62 0.27 0.09 326.25 0.77 0.63
Hex E9 59 AA 0 3E 1B 9 146 4D 3F
Octal 351 131 252 0 76 33 11 506 115 77
Binary 11101001 1011001 10101010 0 111110 11011 1001 101000110 1001101 111111

Color Harmonies of #E959AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959AA

Black with #E959AA

Text Example


Text Example

White with #E959AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959AA; }

 p { color: rgb(233,89,170); }

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

background-color css

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

 a { background-color: rgb(233,89,170); }

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

border-color css

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

 span { border-color: rgb(233,89,170); }

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