Html Css Color HEX #E05299 French Rose

📋 copy color: '#E05299'

red 224 ◦ green 82 ◦ blue 153

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

Shades of French Rose #E05299

Tints of French Rose #E05299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 48.8%
G = 17.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05299 (or 0xE05299) is known color: French Rose. HEX triplet: E0, 52 and 99. RGB value is (224,82,153). Sum of RGB (Red+Green+Blue) = 224+82+153=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E05299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05299 is #1FAD66. Grayscale: #848484. Windows color (decimal): -2076007 or 10048224. OLE color: 10048224.

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

Color convert

RGB 224 82 153 -
CMYK 0 0.63 0.32 0.12
HSL 330º 0.7% 0.6% -
HSV(B) 330º 0.63% 0.88% -
XYZ 39.51 24.18 32.72 -
YUV 132.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 224 82 153 0 0.63 0.32 0.12 330 0.7 0.6
Hex E0 52 99 0 3F 20 C 14A 46 3C
Octal 340 122 231 0 77 40 14 512 106 74
Binary 11100000 1010010 10011001 0 111111 100000 1100 101001010 1000110 111100

Color Harmonies of #E05299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05299

Black with #E05299

Text Example


Text Example

White with #E05299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05299; }

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

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

background-color css

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

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

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

border-color css

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

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

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