Html Css Color HEX #EA4899 French Rose

📋 copy color: '#EA4899'

red 234 ◦ green 72 ◦ blue 153

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

Shades of French Rose #EA4899

Tints of French Rose #EA4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.69%

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 50.98%
G = 15.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA4899 (or 0xEA4899) is known color: French Rose. HEX triplet: EA, 48 and 99. RGB value is (234,72,153). Sum of RGB (Red+Green+Blue) = 234+72+153=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4899 is #15B766. Grayscale: #818181. Windows color (decimal): -1423207 or 10045674. OLE color: 10045674.

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

Color convert

RGB 234 72 153 -
CMYK 0 0.69 0.35 0.08
HSL 330º 0.79% 0.6% -
HSV(B) 330º 0.69% 0.92% -
XYZ 42 24.43 32.64 -
YUV 129.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 234 72 153 0 0.69 0.35 0.08 330 0.79 0.6
Hex EA 48 99 0 45 23 8 14A 4F 3C
Octal 352 110 231 0 105 43 10 512 117 74
Binary 11101010 1001000 10011001 0 1000101 100011 1000 101001010 1001111 111100

Color Harmonies of #EA4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4899

Black with #EA4899

Text Example


Text Example

White with #EA4899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4899; }

 p { color: rgb(234,72,153); }

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

background-color css

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

 a { background-color: rgb(234,72,153); }

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

border-color css

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

 span { border-color: rgb(234,72,153); }

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