Html Css Color HEX #EA4987 French Rose

📋 copy color: '#EA4987'

red 234 ◦ green 73 ◦ blue 135

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

Shades of French Rose #EA4987

Tints of French Rose #EA4987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 52.94%
G = 16.52%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA4987 (or 0xEA4987) is known color: French Rose. HEX triplet: EA, 49 and 87. RGB value is (234,73,135). Sum of RGB (Red+Green+Blue) = 234+73+135=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4987 is #15B678. Grayscale: #808080. Windows color (decimal): -1422969 or 8866282. OLE color: 8866282.

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

Color convert

RGB 234 73 135 -
CMYK 0 0.69 0.42 0.08
HSL 336.89º 0.79% 0.6% -
HSV(B) 336.89º 0.69% 0.92% -
XYZ 40.69 24.01 25.41 -
YUV 128.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 234 73 135 0 0.69 0.42 0.08 336.89 0.79 0.6
Hex EA 49 87 0 45 2A 8 151 4F 3C
Octal 352 111 207 0 105 52 10 521 117 74
Binary 11101010 1001001 10000111 0 1000101 101010 1000 101010001 1001111 111100

Color Harmonies of #EA4987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4987

Black with #EA4987

Text Example


Text Example

White with #EA4987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4987; }

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

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

background-color css

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

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

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

border-color css

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

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

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