Html Css Color HEX #EA4994 French Rose

📋 copy color: '#EA4994'

red 234 ◦ green 73 ◦ blue 148

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

Shades of French Rose #EA4994

Tints of French Rose #EA4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.04%

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 51.43%
G = 16.04%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA4994 (or 0xEA4994) is known color: French Rose. HEX triplet: EA, 49 and 94. RGB value is (234,73,148). Sum of RGB (Red+Green+Blue) = 234+73+148=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4994 is #15B66B. Grayscale: #818181. Windows color (decimal): -1422956 or 9718250. OLE color: 9718250.

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

Color convert

RGB 234 73 148 -
CMYK 0 0.69 0.37 0.08
HSL 332.05º 0.79% 0.6% -
HSV(B) 332.05º 0.69% 0.92% -
XYZ 41.66 24.4 30.53 -
YUV 129.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 234 73 148 0 0.69 0.37 0.08 332.05 0.79 0.6
Hex EA 49 94 0 45 25 8 14C 4F 3C
Octal 352 111 224 0 105 45 10 514 117 74
Binary 11101010 1001001 10010100 0 1000101 100101 1000 101001100 1001111 111100

Color Harmonies of #EA4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4994

Black with #EA4994

Text Example


Text Example

White with #EA4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4994; }

 p { color: rgb(234,73,148); }

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

background-color css

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

 a { background-color: rgb(234,73,148); }

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

border-color css

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

 span { border-color: rgb(234,73,148); }

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