Html Css Color HEX #E55DAC Brilliant Rose

📋 copy color: '#E55DAC'

red 229 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #E55DAC

Tints of Brilliant Rose #E55DAC

RGB

 RED value IS 229 (89.84% from 255) = 46.36%

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

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

R = 46.36%
G = 18.83%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E55DAC (or 0xE55DAC) is known color: Brilliant Rose. HEX triplet: E5, 5D and AC. RGB value is (229,93,172). Sum of RGB (Red+Green+Blue) = 229+93+172=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAC is #1AA253. Grayscale: #8E8E8E. Windows color (decimal): -1745492 or 11296229. OLE color: 11296229.

HSL color Cylindrical-coordinate representation of color #E55DAC: hue angle of 325.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DAC is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 172 -
CMYK 0 0.59 0.25 0.10
HSL 325.15º 0.72% 0.63% -
HSV(B) 325.15º 0.59% 0.9% -
XYZ 43.67 27.47 42.03 -
YUV 142.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 229 93 172 0 0.59 0.25 0.10 325.15 0.72 0.63
Hex E5 5D AC 0 3B 19 A 145 48 3F
Octal 345 135 254 0 73 31 12 505 110 77
Binary 11100101 1011101 10101100 0 111011 11001 1010 101000101 1001000 111111

Color Harmonies of #E55DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DAC

Black with #E55DAC

Text Example


Text Example

White with #E55DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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