Html Css Color HEX #EA5098 French Rose

📋 copy color: '#EA5098'

red 234 ◦ green 80 ◦ blue 152

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

Shades of French Rose #EA5098

Tints of French Rose #EA5098

RGB

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

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

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

R = 50.21%
G = 17.17%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA5098 (or 0xEA5098) is known color: French Rose. HEX triplet: EA, 50 and 98. RGB value is (234,80,152). Sum of RGB (Red+Green+Blue) = 234+80+152=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5098 is #15AF67. Grayscale: #868686. Windows color (decimal): -1421160 or 9982186. OLE color: 9982186.

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

Color convert

RGB 234 80 152 -
CMYK 0 0.66 0.35 0.08
HSL 331.95º 0.79% 0.62% -
HSV(B) 331.95º 0.66% 0.92% -
XYZ 42.47 25.5 32.39 -
YUV 134.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 234 80 152 0 0.66 0.35 0.08 331.95 0.79 0.62
Hex EA 50 98 0 42 23 8 14C 4F 3E
Octal 352 120 230 0 102 43 10 514 117 76
Binary 11101010 1010000 10011000 0 1000010 100011 1000 101001100 1001111 111110

Color Harmonies of #EA5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5098

Black with #EA5098

Text Example


Text Example

White with #EA5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5098; }

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

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

background-color css

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

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

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

border-color css

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

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

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