Html Css Color HEX #E55191 French Rose

📋 copy color: '#E55191'

red 229 ◦ green 81 ◦ blue 145

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

Shades of French Rose #E55191

Tints of French Rose #E55191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.87%

R = 50.33%
G = 17.8%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E55191 (or 0xE55191) is known color: French Rose. HEX triplet: E5, 51 and 91. RGB value is (229,81,145). Sum of RGB (Red+Green+Blue) = 229+81+145=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E55191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55191 is #1AAE6E. Grayscale: #848484. Windows color (decimal): -1748591 or 9523685. OLE color: 9523685.

HSL color Cylindrical-coordinate representation of color #E55191: hue angle of 334.05º 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 #E55191 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 145 -
CMYK 0 0.65 0.37 0.10
HSL 334.05º 0.74% 0.61% -
HSV(B) 334.05º 0.65% 0.9% -
XYZ 40.37 24.59 29.41 -
YUV 132.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 229 81 145 0 0.65 0.37 0.10 334.05 0.74 0.61
Hex E5 51 91 0 41 25 A 14E 4A 3D
Octal 345 121 221 0 101 45 12 516 112 75
Binary 11100101 1010001 10010001 0 1000001 100101 1010 101001110 1001010 111101

Color Harmonies of #E55191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55191

Black with #E55191

Text Example


Text Example

White with #E55191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55191; }

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

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

background-color css

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

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

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

border-color css

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

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

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