Html Css Color HEX #EA5392 French Rose

📋 copy color: '#EA5392'

red 234 ◦ green 83 ◦ blue 146

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

Shades of French Rose #EA5392

Tints of French Rose #EA5392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

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

R = 50.54%
G = 17.93%
B = 31.53%

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

#EA5392 (or 0xEA5392) is known color: French Rose. HEX triplet: EA, 53 and 92. RGB value is (234,83,146). Sum of RGB (Red+Green+Blue) = 234+83+146=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5392 is #15AC6D. Grayscale: #878787. Windows color (decimal): -1420398 or 9589738. OLE color: 9589738.

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

Color convert

RGB 234 83 146 -
CMYK 0 0.65 0.38 0.08
HSL 334.97º 0.78% 0.62% -
HSV(B) 334.97º 0.65% 0.92% -
XYZ 42.21 25.75 29.94 -
YUV 135.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 234 83 146 0 0.65 0.38 0.08 334.97 0.78 0.62
Hex EA 53 92 0 41 26 8 14F 4E 3E
Octal 352 123 222 0 101 46 10 517 116 76
Binary 11101010 1010011 10010010 0 1000001 100110 1000 101001111 1001110 111110

Color Harmonies of #EA5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5392

Black with #EA5392

Text Example


Text Example

White with #EA5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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