Html Css Color HEX #E95AAE Brilliant Rose

📋 copy color: '#E95AAE'

red 233 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #E95AAE

Tints of Brilliant Rose #E95AAE

RGB

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

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

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

R = 46.88%
G = 18.11%
B = 35.01%

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

#E95AAE (or 0xE95AAE) is known color: Brilliant Rose. HEX triplet: E9, 5A and AE. RGB value is (233,90,174). Sum of RGB (Red+Green+Blue) = 233+90+174=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AAE is #16A551. Grayscale: #8E8E8E. Windows color (decimal): -1484114 or 11426537. OLE color: 11426537.

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

Color convert

RGB 233 90 174 -
CMYK 0 0.61 0.25 0.09
HSL 324.76º 0.76% 0.63% -
HSV(B) 324.76º 0.61% 0.91% -
XYZ 44.9 27.69 43.02 -
YUV 142.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 233 90 174 0 0.61 0.25 0.09 324.76 0.76 0.63
Hex E9 5A AE 0 3D 19 9 145 4C 3F
Octal 351 132 256 0 75 31 11 505 114 77
Binary 11101001 1011010 10101110 0 111101 11001 1001 101000101 1001100 111111

Color Harmonies of #E95AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95AAE

Black with #E95AAE

Text Example


Text Example

White with #E95AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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