Html Css Color HEX #E95BAC Brilliant Rose

📋 copy color: '#E95BAC'

red 233 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #E95BAC

Tints of Brilliant Rose #E95BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 46.98%
G = 18.35%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E95BAC (or 0xE95BAC) is known color: Brilliant Rose. HEX triplet: E9, 5B and AC. RGB value is (233,91,172). Sum of RGB (Red+Green+Blue) = 233+91+172=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BAC is #16A453. Grayscale: #8E8E8E. Windows color (decimal): -1483860 or 11295721. OLE color: 11295721.

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

Color convert

RGB 233 91 172 -
CMYK 0 0.61 0.26 0.09
HSL 325.77º 0.76% 0.64% -
HSV(B) 325.77º 0.61% 0.91% -
XYZ 44.79 27.78 42.03 -
YUV 142.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 233 91 172 0 0.61 0.26 0.09 325.77 0.76 0.64
Hex E9 5B AC 0 3D 1A 9 146 4C 40
Octal 351 133 254 0 75 32 11 506 114 100
Binary 11101001 1011011 10101100 0 111101 11010 1001 101000110 1001100 1000000

Color Harmonies of #E95BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BAC

Black with #E95BAC

Text Example


Text Example

White with #E95BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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