Html Css Color HEX #E55090 French Rose

📋 copy color: '#E55090'

red 229 ◦ green 80 ◦ blue 144

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

Shades of French Rose #E55090

Tints of French Rose #E55090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 50.55%
G = 17.66%
B = 31.79%

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

#E55090 (or 0xE55090) is known color: French Rose. HEX triplet: E5, 50 and 90. RGB value is (229,80,144). Sum of RGB (Red+Green+Blue) = 229+80+144=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55090 is #1AAF6F. Grayscale: #838383. Windows color (decimal): -1748848 or 9457893. OLE color: 9457893.

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

Color convert

RGB 229 80 144 -
CMYK 0 0.65 0.37 0.10
HSL 334.23º 0.74% 0.61% -
HSV(B) 334.23º 0.65% 0.9% -
XYZ 40.22 24.41 28.98 -
YUV 131.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 229 80 144 0 0.65 0.37 0.10 334.23 0.74 0.61
Hex E5 50 90 0 41 25 A 14E 4A 3D
Octal 345 120 220 0 101 45 12 516 112 75
Binary 11100101 1010000 10010000 0 1000001 100101 1010 101001110 1001010 111101

Color Harmonies of #E55090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55090

Black with #E55090

Text Example


Text Example

White with #E55090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55090; }

 p { color: rgb(229,80,144); }

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

background-color css

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

 a { background-color: rgb(229,80,144); }

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

border-color css

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

 span { border-color: rgb(229,80,144); }

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