Html Css Color HEX #EA5598 French Rose

📋 copy color: '#EA5598'

red 234 ◦ green 85 ◦ blue 152

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

Shades of French Rose #EA5598

Tints of French Rose #EA5598

RGB

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

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

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

R = 49.68%
G = 18.05%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5598 (or 0xEA5598) is known color: French Rose. HEX triplet: EA, 55 and 98. RGB value is (234,85,152). Sum of RGB (Red+Green+Blue) = 234+85+152=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5598 is #15AA67. Grayscale: #898989. Windows color (decimal): -1419880 or 9983466. OLE color: 9983466.

HSL color Cylindrical-coordinate representation of color #EA5598: hue angle of 333.02º 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 #EA5598 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 152 -
CMYK 0 0.64 0.35 0.08
HSL 333.02º 0.78% 0.63% -
HSV(B) 333.02º 0.64% 0.92% -
XYZ 42.85 26.26 32.52 -
YUV 137.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 234 85 152 0 0.64 0.35 0.08 333.02 0.78 0.63
Hex EA 55 98 0 40 23 8 14D 4E 3F
Octal 352 125 230 0 100 43 10 515 116 77
Binary 11101010 1010101 10011000 0 1000000 100011 1000 101001101 1001110 111111

Color Harmonies of #EA5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5598

Black with #EA5598

Text Example


Text Example

White with #EA5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5598; }

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

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

background-color css

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

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

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

border-color css

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

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

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