Html Css Color HEX #E95DAB Brilliant Rose

📋 copy color: '#E95DAB'

red 233 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #E95DAB

Tints of Brilliant Rose #E95DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.71%

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 46.88%
G = 18.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E95DAB (or 0xE95DAB) is known color: Brilliant Rose. HEX triplet: E9, 5D and AB. RGB value is (233,93,171). Sum of RGB (Red+Green+Blue) = 233+93+171=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAB is #16A254. Grayscale: #8F8F8F. Windows color (decimal): -1483349 or 11230697. OLE color: 11230697.

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

Color convert

RGB 233 93 171 -
CMYK 0 0.60 0.27 0.09
HSL 326.57º 0.76% 0.64% -
HSV(B) 326.57º 0.6% 0.91% -
XYZ 44.87 28.09 41.59 -
YUV 143.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 233 93 171 0 0.60 0.27 0.09 326.57 0.76 0.64
Hex E9 5D AB 0 3C 1B 9 147 4C 40
Octal 351 135 253 0 74 33 11 507 114 100
Binary 11101001 1011101 10101011 0 111100 11011 1001 101000111 1001100 1000000

Color Harmonies of #E95DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DAB

Black with #E95DAB

Text Example


Text Example

White with #E95DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DAB; }

 p { color: rgb(233,93,171); }

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

background-color css

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

 a { background-color: rgb(233,93,171); }

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

border-color css

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

 span { border-color: rgb(233,93,171); }

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