Html Css Color HEX #E95AAA Brilliant Rose

📋 copy color: '#E95AAA'

red 233 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #E95AAA

Tints of Brilliant Rose #E95AAA

RGB

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

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

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

R = 47.26%
G = 18.26%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E95AAA (or 0xE95AAA) is known color: Brilliant Rose. HEX triplet: E9, 5A and AA. RGB value is (233,90,170). Sum of RGB (Red+Green+Blue) = 233+90+170=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AAA is #16A555. Grayscale: #8D8D8D. Windows color (decimal): -1484118 or 11164393. OLE color: 11164393.

HSL color Cylindrical-coordinate representation of color #E95AAA: hue angle of 326.43º 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 #E95AAA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 90 170 -
CMYK 0 0.61 0.27 0.09
HSL 326.43º 0.76% 0.63% -
HSV(B) 326.43º 0.61% 0.91% -
XYZ 44.52 27.54 41 -
YUV 141.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 233 90 170 0 0.61 0.27 0.09 326.43 0.76 0.63
Hex E9 5A AA 0 3D 1B 9 146 4C 3F
Octal 351 132 252 0 75 33 11 506 114 77
Binary 11101001 1011010 10101010 0 111101 11011 1001 101000110 1001100 111111

Color Harmonies of #E95AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95AAA

Black with #E95AAA

Text Example


Text Example

White with #E95AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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