Html Css Color HEX #EA5193 French Rose

📋 copy color: '#EA5193'

red 234 ◦ green 81 ◦ blue 147

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

Shades of French Rose #EA5193

Tints of French Rose #EA5193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 50.65%
G = 17.53%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA5193 (or 0xEA5193) is known color: French Rose. HEX triplet: EA, 51 and 93. RGB value is (234,81,147). Sum of RGB (Red+Green+Blue) = 234+81+147=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5193 is #15AE6C. Grayscale: #868686. Windows color (decimal): -1420909 or 9654762. OLE color: 9654762.

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

Color convert

RGB 234 81 147 -
CMYK 0 0.65 0.37 0.08
HSL 334.12º 0.78% 0.62% -
HSV(B) 334.12º 0.65% 0.92% -
XYZ 42.14 25.48 30.3 -
YUV 134.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 234 81 147 0 0.65 0.37 0.08 334.12 0.78 0.62
Hex EA 51 93 0 41 25 8 14E 4E 3E
Octal 352 121 223 0 101 45 10 516 116 76
Binary 11101010 1010001 10010011 0 1000001 100101 1000 101001110 1001110 111110

Color Harmonies of #EA5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5193

Black with #EA5193

Text Example


Text Example

White with #EA5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5193; }

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

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

background-color css

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

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

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

border-color css

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

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

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