Html Css Color HEX #E05297 French Rose

📋 copy color: '#E05297'

red 224 ◦ green 82 ◦ blue 151

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

Shades of French Rose #E05297

Tints of French Rose #E05297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.04%

R = 49.02%
G = 17.94%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05297 (or 0xE05297) is known color: French Rose. HEX triplet: E0, 52 and 97. RGB value is (224,82,151). Sum of RGB (Red+Green+Blue) = 224+82+151=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05297 is #1FAD68. Grayscale: #848484. Windows color (decimal): -2076009 or 9917152. OLE color: 9917152.

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

Color convert

RGB 224 82 151 -
CMYK 0 0.63 0.33 0.12
HSL 330.85º 0.7% 0.6% -
HSV(B) 330.85º 0.63% 0.88% -
XYZ 39.34 24.12 31.86 -
YUV 132.32 138.54 193.39 -
System Red Green Blue C M Y K H S L
Decimal 224 82 151 0 0.63 0.33 0.12 330.85 0.7 0.6
Hex E0 52 97 0 3F 21 C 14B 46 3C
Octal 340 122 227 0 77 41 14 513 106 74
Binary 11100000 1010010 10010111 0 111111 100001 1100 101001011 1000110 111100

Color Harmonies of #E05297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05297

Black with #E05297

Text Example


Text Example

White with #E05297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05297; }

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

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

background-color css

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

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

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

border-color css

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

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

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