Html Css Color HEX #E05097 French Rose

📋 copy color: '#E05097'

red 224 ◦ green 80 ◦ blue 151

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

Shades of French Rose #E05097

Tints of French Rose #E05097

RGB

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

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

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

R = 49.23%
G = 17.58%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05097 (or 0xE05097) is known color: French Rose. HEX triplet: E0, 50 and 97. RGB value is (224,80,151). Sum of RGB (Red+Green+Blue) = 224+80+151=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E05097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05097 is #1FAF68. Grayscale: #838383. Windows color (decimal): -2076521 or 9916640. OLE color: 9916640.

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

Color convert

RGB 224 80 151 -
CMYK 0 0.64 0.33 0.12
HSL 330.42º 0.7% 0.6% -
HSV(B) 330.42º 0.64% 0.88% -
XYZ 39.2 23.82 31.81 -
YUV 131.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 224 80 151 0 0.64 0.33 0.12 330.42 0.7 0.6
Hex E0 50 97 0 40 21 C 14A 46 3C
Octal 340 120 227 0 100 41 14 512 106 74
Binary 11100000 1010000 10010111 0 1000000 100001 1100 101001010 1000110 111100

Color Harmonies of #E05097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05097

Black with #E05097

Text Example


Text Example

White with #E05097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05097; }

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

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

background-color css

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

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

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

border-color css

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

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

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