Html Css Color HEX #EA4991 French Rose

📋 copy color: '#EA4991'

red 234 ◦ green 73 ◦ blue 145

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

Shades of French Rose #EA4991

Tints of French Rose #EA4991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 51.77%
G = 16.15%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA4991 (or 0xEA4991) is known color: French Rose. HEX triplet: EA, 49 and 91. RGB value is (234,73,145). Sum of RGB (Red+Green+Blue) = 234+73+145=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4991 is #15B66E. Grayscale: #818181. Windows color (decimal): -1422959 or 9521642. OLE color: 9521642.

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

Color convert

RGB 234 73 145 -
CMYK 0 0.69 0.38 0.08
HSL 333.17º 0.79% 0.6% -
HSV(B) 333.17º 0.69% 0.92% -
XYZ 41.43 24.3 29.3 -
YUV 129.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 234 73 145 0 0.69 0.38 0.08 333.17 0.79 0.6
Hex EA 49 91 0 45 26 8 14D 4F 3C
Octal 352 111 221 0 105 46 10 515 117 74
Binary 11101010 1001001 10010001 0 1000101 100110 1000 101001101 1001111 111100

Color Harmonies of #EA4991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4991

Black with #EA4991

Text Example


Text Example

White with #EA4991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4991; }

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

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

background-color css

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

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

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

border-color css

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

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

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