Html Css Color HEX #EA5798 French Rose

📋 copy color: '#EA5798'

red 234 ◦ green 87 ◦ blue 152

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

Shades of French Rose #EA5798

Tints of French Rose #EA5798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

 BLUE value IS 152 (59.77% from 255) = 32.14%

R = 49.47%
G = 18.39%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5798 (or 0xEA5798) is known color: French Rose. HEX triplet: EA, 57 and 98. RGB value is (234,87,152). Sum of RGB (Red+Green+Blue) = 234+87+152=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5798 is #15A867. Grayscale: #8A8A8A. Windows color (decimal): -1419368 or 9983978. OLE color: 9983978.

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

Color convert

RGB 234 87 152 -
CMYK 0 0.63 0.35 0.08
HSL 333.47º 0.78% 0.63% -
HSV(B) 333.47º 0.63% 0.92% -
XYZ 43.01 26.58 32.57 -
YUV 138.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 234 87 152 0 0.63 0.35 0.08 333.47 0.78 0.63
Hex EA 57 98 0 3F 23 8 14D 4E 3F
Octal 352 127 230 0 77 43 10 515 116 77
Binary 11101010 1010111 10011000 0 111111 100011 1000 101001101 1001110 111111

Color Harmonies of #EA5798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5798

Black with #EA5798

Text Example


Text Example

White with #EA5798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5798; }

 p { color: rgb(234,87,152); }

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

background-color css

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

 a { background-color: rgb(234,87,152); }

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

border-color css

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

 span { border-color: rgb(234,87,152); }

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