Html Css Color HEX #E9549D Brilliant Rose

📋 copy color: '#E9549D'

red 233 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #E9549D

Tints of Brilliant Rose #E9549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 49.16%
G = 17.72%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9549D (or 0xE9549D) is known color: Brilliant Rose. HEX triplet: E9, 54 and 9D. RGB value is (233,84,157). Sum of RGB (Red+Green+Blue) = 233+84+157=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9549D is #16AB62. Grayscale: #888888. Windows color (decimal): -1485667 or 10310889. OLE color: 10310889.

HSL color Cylindrical-coordinate representation of color #E9549D: hue angle of 330.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9549D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 84 157 -
CMYK 0 0.64 0.33 0.09
HSL 330.6º 0.77% 0.62% -
HSV(B) 330.6º 0.64% 0.91% -
XYZ 42.86 26.1 34.68 -
YUV 136.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 233 84 157 0 0.64 0.33 0.09 330.6 0.77 0.62
Hex E9 54 9D 0 40 21 9 14B 4D 3E
Octal 351 124 235 0 100 41 11 513 115 76
Binary 11101001 1010100 10011101 0 1000000 100001 1001 101001011 1001101 111110

Color Harmonies of #E9549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9549D

Black with #E9549D

Text Example


Text Example

White with #E9549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9549D; }

 p { color: rgb(233,84,157); }

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

background-color css

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

 a { background-color: rgb(233,84,157); }

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

border-color css

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

 span { border-color: rgb(233,84,157); }

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