Html Css Color HEX #E95DAC Brilliant Rose

📋 copy color: '#E95DAC'

red 233 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #E95DAC

Tints of Brilliant Rose #E95DAC

RGB

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

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

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

R = 46.79%
G = 18.67%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E95DAC (or 0xE95DAC) is known color: Brilliant Rose. HEX triplet: E9, 5D and AC. RGB value is (233,93,172). Sum of RGB (Red+Green+Blue) = 233+93+172=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAC is #16A253. Grayscale: #8F8F8F. Windows color (decimal): -1483348 or 11296233. OLE color: 11296233.

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

Color convert

RGB 233 93 172 -
CMYK 0 0.60 0.26 0.09
HSL 326.14º 0.76% 0.64% -
HSV(B) 326.14º 0.6% 0.91% -
XYZ 44.97 28.13 42.09 -
YUV 143.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 233 93 172 0 0.60 0.26 0.09 326.14 0.76 0.64
Hex E9 5D AC 0 3C 1A 9 146 4C 40
Octal 351 135 254 0 74 32 11 506 114 100
Binary 11101001 1011101 10101100 0 111100 11010 1001 101000110 1001100 1000000

Color Harmonies of #E95DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DAC

Black with #E95DAC

Text Example


Text Example

White with #E95DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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