Html Css Color HEX #E55197 French Rose

📋 copy color: '#E55197'

red 229 ◦ green 81 ◦ blue 151

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

Shades of French Rose #E55197

Tints of French Rose #E55197

RGB

 RED value IS 229 (89.84% from 255) = 49.67%

 GREEN value IS 81 (32.03% from 255) = 17.57%

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

R = 49.67%
G = 17.57%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E55197 (or 0xE55197) is known color: French Rose. HEX triplet: E5, 51 and 97. RGB value is (229,81,151). Sum of RGB (Red+Green+Blue) = 229+81+151=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E55197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55197 is #1AAE68. Grayscale: #858585. Windows color (decimal): -1748585 or 9916901. OLE color: 9916901.

HSL color Cylindrical-coordinate representation of color #E55197: hue angle of 331.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55197 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 151 -
CMYK 0 0.65 0.34 0.10
HSL 331.62º 0.74% 0.61% -
HSV(B) 331.62º 0.65% 0.9% -
XYZ 40.84 24.78 31.91 -
YUV 133.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 229 81 151 0 0.65 0.34 0.10 331.62 0.74 0.61
Hex E5 51 97 0 41 22 A 14C 4A 3D
Octal 345 121 227 0 101 42 12 514 112 75
Binary 11100101 1010001 10010111 0 1000001 100010 1010 101001100 1001010 111101

Color Harmonies of #E55197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55197

Black with #E55197

Text Example


Text Example

White with #E55197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55197; }

 p { color: rgb(229,81,151); }

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

background-color css

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

 a { background-color: rgb(229,81,151); }

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

border-color css

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

 span { border-color: rgb(229,81,151); }

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