Html Css Color HEX #E05499 French Rose

📋 copy color: '#E05499'

red 224 ◦ green 84 ◦ blue 153

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

Shades of French Rose #E05499

Tints of French Rose #E05499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 48.59%
G = 18.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05499 (or 0xE05499) is known color: French Rose. HEX triplet: E0, 54 and 99. RGB value is (224,84,153). Sum of RGB (Red+Green+Blue) = 224+84+153=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E05499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05499 is #1FAB66. Grayscale: #858585. Windows color (decimal): -2075495 or 10048736. OLE color: 10048736.

HSL color Cylindrical-coordinate representation of color #E05499: hue angle of 330.43º 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 #E05499 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 153 -
CMYK 0 0.62 0.32 0.12
HSL 330.43º 0.69% 0.6% -
HSV(B) 330.43º 0.63% 0.88% -
XYZ 39.66 24.49 32.77 -
YUV 133.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 224 84 153 0 0.62 0.32 0.12 330.43 0.69 0.6
Hex E0 54 99 0 3E 20 C 14A 45 3C
Octal 340 124 231 0 76 40 14 512 105 74
Binary 11100000 1010100 10011001 0 111110 100000 1100 101001010 1000101 111100

Color Harmonies of #E05499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05499

Black with #E05499

Text Example


Text Example

White with #E05499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05499; }

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

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

background-color css

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

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

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

border-color css

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

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

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