Html Css Color HEX #E5509D Brilliant Rose

📋 copy color: '#E5509D'

red 229 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #E5509D

Tints of Brilliant Rose #E5509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 49.14%
G = 17.17%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5509D (or 0xE5509D) is known color: Brilliant Rose. HEX triplet: E5, 50 and 9D. RGB value is (229,80,157). Sum of RGB (Red+Green+Blue) = 229+80+157=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5509D is #1AAF62. Grayscale: #858585. Windows color (decimal): -1748835 or 10309861. OLE color: 10309861.

HSL color Cylindrical-coordinate representation of color #E5509D: hue angle of 328.99º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5509D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 157 -
CMYK 0 0.65 0.31 0.10
HSL 328.99º 0.74% 0.61% -
HSV(B) 328.99º 0.65% 0.9% -
XYZ 41.27 24.83 34.52 -
YUV 133.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 229 80 157 0 0.65 0.31 0.10 328.99 0.74 0.61
Hex E5 50 9D 0 41 1F A 149 4A 3D
Octal 345 120 235 0 101 37 12 511 112 75
Binary 11100101 1010000 10011101 0 1000001 11111 1010 101001001 1001010 111101

Color Harmonies of #E5509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5509D

Black with #E5509D

Text Example


Text Example

White with #E5509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5509D; }

 p { color: rgb(229,80,157); }

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

background-color css

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

 a { background-color: rgb(229,80,157); }

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

border-color css

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

 span { border-color: rgb(229,80,157); }

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