Html Css Color HEX #E95BA7 Brilliant Rose

📋 copy color: '#E95BA7'

red 233 ◦ green 91 ◦ blue 167

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

Shades of Brilliant Rose #E95BA7

Tints of Brilliant Rose #E95BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.01%

R = 47.45%
G = 18.53%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E95BA7 (or 0xE95BA7) is known color: Brilliant Rose. HEX triplet: E9, 5B and A7. RGB value is (233,91,167). Sum of RGB (Red+Green+Blue) = 233+91+167=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BA7 is #16A458. Grayscale: #8D8D8D. Windows color (decimal): -1483865 or 10968041. OLE color: 10968041.

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

Color convert

RGB 233 91 167 -
CMYK 0 0.61 0.28 0.09
HSL 327.89º 0.76% 0.64% -
HSV(B) 327.89º 0.61% 0.91% -
XYZ 44.32 27.6 39.55 -
YUV 142.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 233 91 167 0 0.61 0.28 0.09 327.89 0.76 0.64
Hex E9 5B A7 0 3D 1C 9 148 4C 40
Octal 351 133 247 0 75 34 11 510 114 100
Binary 11101001 1011011 10100111 0 111101 11100 1001 101001000 1001100 1000000

Color Harmonies of #E95BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BA7

Black with #E95BA7

Text Example


Text Example

White with #E95BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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