Html Css Color HEX #EA5192 French Rose

📋 copy color: '#EA5192'

red 234 ◦ green 81 ◦ blue 146

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

Shades of French Rose #EA5192

Tints of French Rose #EA5192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.57%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 50.76%
G = 17.57%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA5192 (or 0xEA5192) is known color: French Rose. HEX triplet: EA, 51 and 92. RGB value is (234,81,146). Sum of RGB (Red+Green+Blue) = 234+81+146=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5192 is #15AE6D. Grayscale: #868686. Windows color (decimal): -1420910 or 9589226. OLE color: 9589226.

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

Color convert

RGB 234 81 146 -
CMYK 0 0.65 0.38 0.08
HSL 334.51º 0.78% 0.62% -
HSV(B) 334.51º 0.65% 0.92% -
XYZ 42.06 25.45 29.89 -
YUV 134.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 234 81 146 0 0.65 0.38 0.08 334.51 0.78 0.62
Hex EA 51 92 0 41 26 8 14F 4E 3E
Octal 352 121 222 0 101 46 10 517 116 76
Binary 11101010 1010001 10010010 0 1000001 100110 1000 101001111 1001110 111110

Color Harmonies of #EA5192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5192

Black with #EA5192

Text Example


Text Example

White with #EA5192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5192; }

 p { color: rgb(234,81,146); }

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

background-color css

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

 a { background-color: rgb(234,81,146); }

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

border-color css

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

 span { border-color: rgb(234,81,146); }

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