Html Css Color HEX #E55D9F Brilliant Rose

📋 copy color: '#E55D9F'

red 229 ◦ green 93 ◦ blue 159

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

Shades of Brilliant Rose #E55D9F

Tints of Brilliant Rose #E55D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.06%

R = 47.61%
G = 19.33%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E55D9F (or 0xE55D9F) is known color: Brilliant Rose. HEX triplet: E5, 5D and 9F. RGB value is (229,93,159). Sum of RGB (Red+Green+Blue) = 229+93+159=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D9F is #1AA260. Grayscale: #8D8D8D. Windows color (decimal): -1745505 or 10444261. OLE color: 10444261.

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

Color convert

RGB 229 93 159 -
CMYK 0 0.59 0.31 0.10
HSL 330.88º 0.72% 0.63% -
HSV(B) 330.88º 0.59% 0.9% -
XYZ 42.49 26.99 35.77 -
YUV 141.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 229 93 159 0 0.59 0.31 0.10 330.88 0.72 0.63
Hex E5 5D 9F 0 3B 1F A 14B 48 3F
Octal 345 135 237 0 73 37 12 513 110 77
Binary 11100101 1011101 10011111 0 111011 11111 1010 101001011 1001000 111111

Color Harmonies of #E55D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D9F

Black with #E55D9F

Text Example


Text Example

White with #E55D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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