Html Css Color HEX #EA4889 French Rose

📋 copy color: '#EA4889'

red 234 ◦ green 72 ◦ blue 137

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

Shades of French Rose #EA4889

Tints of French Rose #EA4889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 52.82%
G = 16.25%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA4889 (or 0xEA4889) is known color: French Rose. HEX triplet: EA, 48 and 89. RGB value is (234,72,137). Sum of RGB (Red+Green+Blue) = 234+72+137=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4889 is #15B776. Grayscale: #7F7F7F. Windows color (decimal): -1423223 or 8997098. OLE color: 8997098.

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

Color convert

RGB 234 72 137 -
CMYK 0 0.69 0.41 0.08
HSL 335.93º 0.79% 0.6% -
HSV(B) 335.93º 0.69% 0.92% -
XYZ 40.76 23.93 26.14 -
YUV 127.85 133.17 203.71 -
System Red Green Blue C M Y K H S L
Decimal 234 72 137 0 0.69 0.41 0.08 335.93 0.79 0.6
Hex EA 48 89 0 45 29 8 150 4F 3C
Octal 352 110 211 0 105 51 10 520 117 74
Binary 11101010 1001000 10001001 0 1000101 101001 1000 101010000 1001111 111100

Color Harmonies of #EA4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4889

Black with #EA4889

Text Example


Text Example

White with #EA4889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4889; }

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

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

background-color css

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

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

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

border-color css

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

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

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