Html Css Color HEX #E05099 French Rose

📋 copy color: '#E05099'

red 224 ◦ green 80 ◦ blue 153

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

Shades of French Rose #E05099

Tints of French Rose #E05099

RGB

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

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

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

R = 49.02%
G = 17.51%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05099 (or 0xE05099) is known color: French Rose. HEX triplet: E0, 50 and 99. RGB value is (224,80,153). Sum of RGB (Red+Green+Blue) = 224+80+153=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05099 is #1FAF66. Grayscale: #838383. Windows color (decimal): -2076519 or 10047712. OLE color: 10047712.

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

Color convert

RGB 224 80 153 -
CMYK 0 0.64 0.32 0.12
HSL 329.58º 0.7% 0.6% -
HSV(B) 329.58º 0.64% 0.88% -
XYZ 39.36 23.88 32.67 -
YUV 131.38 140.21 194.06 -
System Red Green Blue C M Y K H S L
Decimal 224 80 153 0 0.64 0.32 0.12 329.58 0.7 0.6
Hex E0 50 99 0 40 20 C 14A 46 3C
Octal 340 120 231 0 100 40 14 512 106 74
Binary 11100000 1010000 10011001 0 1000000 100000 1100 101001010 1000110 111100

Color Harmonies of #E05099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05099

Black with #E05099

Text Example


Text Example

White with #E05099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05099; }

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

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

background-color css

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

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

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

border-color css

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

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

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