Html Css Color HEX #E95BAA Brilliant Rose

📋 copy color: '#E95BAA'

red 233 ◦ green 91 ◦ blue 170

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

Shades of Brilliant Rose #E95BAA

Tints of Brilliant Rose #E95BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.42%

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

R = 47.17%
G = 18.42%
B = 34.41%

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

#E95BAA (or 0xE95BAA) is known color: Brilliant Rose. HEX triplet: E9, 5B and AA. RGB value is (233,91,170). Sum of RGB (Red+Green+Blue) = 233+91+170=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BAA is #16A455. Grayscale: #8E8E8E. Windows color (decimal): -1483862 or 11164649. OLE color: 11164649.

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

Color convert

RGB 233 91 170 -
CMYK 0 0.61 0.27 0.09
HSL 326.62º 0.76% 0.64% -
HSV(B) 326.62º 0.61% 0.91% -
XYZ 44.6 27.71 41.03 -
YUV 142.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 233 91 170 0 0.61 0.27 0.09 326.62 0.76 0.64
Hex E9 5B AA 0 3D 1B 9 147 4C 40
Octal 351 133 252 0 75 33 11 507 114 100
Binary 11101001 1011011 10101010 0 111101 11011 1001 101000111 1001100 1000000

Color Harmonies of #E95BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BAA

Black with #E95BAA

Text Example


Text Example

White with #E95BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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