Html Css Color HEX #EA5591 French Rose

📋 copy color: '#EA5591'

red 234 ◦ green 85 ◦ blue 145

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

Shades of French Rose #EA5591

Tints of French Rose #EA5591

RGB

 RED value IS 234 (91.8% from 255) = 50.43%

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 50.43%
G = 18.32%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA5591 (or 0xEA5591) is known color: French Rose. HEX triplet: EA, 55 and 91. RGB value is (234,85,145). Sum of RGB (Red+Green+Blue) = 234+85+145=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5591 is #15AA6E. Grayscale: #888888. Windows color (decimal): -1419887 or 9524714. OLE color: 9524714.

HSL color Cylindrical-coordinate representation of color #EA5591: hue angle of 335.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5591 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 145 -
CMYK 0 0.64 0.38 0.08
HSL 335.84º 0.78% 0.63% -
HSV(B) 335.84º 0.64% 0.92% -
XYZ 42.29 26.03 29.58 -
YUV 136.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 234 85 145 0 0.64 0.38 0.08 335.84 0.78 0.63
Hex EA 55 91 0 40 26 8 150 4E 3F
Octal 352 125 221 0 100 46 10 520 116 77
Binary 11101010 1010101 10010001 0 1000000 100110 1000 101010000 1001110 111111

Color Harmonies of #EA5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5591

Black with #EA5591

Text Example


Text Example

White with #EA5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5591; }

 p { color: rgb(234,85,145); }

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

background-color css

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

 a { background-color: rgb(234,85,145); }

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

border-color css

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

 span { border-color: rgb(234,85,145); }

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