Html Css Color HEX #E55DAB Brilliant Rose

📋 copy color: '#E55DAB'

red 229 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #E55DAB

Tints of Brilliant Rose #E55DAB

RGB

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

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

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

R = 46.45%
G = 18.86%
B = 34.69%

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

#E55DAB (or 0xE55DAB) is known color: Brilliant Rose. HEX triplet: E5, 5D and AB. RGB value is (229,93,171). Sum of RGB (Red+Green+Blue) = 229+93+171=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAB is #1AA254. Grayscale: #8E8E8E. Windows color (decimal): -1745493 or 11230693. OLE color: 11230693.

HSL color Cylindrical-coordinate representation of color #E55DAB: hue angle of 325.59º 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 #E55DAB is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 171 -
CMYK 0 0.59 0.25 0.10
HSL 325.59º 0.72% 0.63% -
HSV(B) 325.59º 0.59% 0.9% -
XYZ 43.58 27.43 41.53 -
YUV 142.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 229 93 171 0 0.59 0.25 0.10 325.59 0.72 0.63
Hex E5 5D AB 0 3B 19 A 146 48 3F
Octal 345 135 253 0 73 31 12 506 110 77
Binary 11100101 1011101 10101011 0 111011 11001 1010 101000110 1001000 111111

Color Harmonies of #E55DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DAB

Black with #E55DAB

Text Example


Text Example

White with #E55DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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