Html Css Color HEX #E0549B French Rose

📋 copy color: '#E0549B'

red 224 ◦ green 84 ◦ blue 155

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

Shades of French Rose #E0549B

Tints of French Rose #E0549B

RGB

 RED value IS 224 (87.89% from 255) = 48.38%

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

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 48.38%
G = 18.14%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0549B (or 0xE0549B) is known color: French Rose. HEX triplet: E0, 54 and 9B. RGB value is (224,84,155). Sum of RGB (Red+Green+Blue) = 224+84+155=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0549B is #1FAB64. Grayscale: #858585. Windows color (decimal): -2075493 or 10179808. OLE color: 10179808.

HSL color Cylindrical-coordinate representation of color #E0549B: hue angle of 329.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0549B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 155 -
CMYK 0 0.62 0.31 0.12
HSL 329.57º 0.69% 0.6% -
HSV(B) 329.57º 0.63% 0.88% -
XYZ 39.83 24.55 33.65 -
YUV 133.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 224 84 155 0 0.62 0.31 0.12 329.57 0.69 0.6
Hex E0 54 9B 0 3E 1F C 14A 45 3C
Octal 340 124 233 0 76 37 14 512 105 74
Binary 11100000 1010100 10011011 0 111110 11111 1100 101001010 1000101 111100

Color Harmonies of #E0549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0549B

Black with #E0549B

Text Example


Text Example

White with #E0549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0549B; }

 p { color: rgb(224,84,155); }

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

background-color css

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

 a { background-color: rgb(224,84,155); }

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

border-color css

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

 span { border-color: rgb(224,84,155); }

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