Html Css Color HEX #EA4985 French Rose

📋 copy color: '#EA4985'

red 234 ◦ green 73 ◦ blue 133

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

Shades of French Rose #EA4985

Tints of French Rose #EA4985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 53.18%
G = 16.59%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA4985 (or 0xEA4985) is known color: French Rose. HEX triplet: EA, 49 and 85. RGB value is (234,73,133). Sum of RGB (Red+Green+Blue) = 234+73+133=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4985 is #15B67A. Grayscale: #7F7F7F. Windows color (decimal): -1422971 or 8735210. OLE color: 8735210.

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

Color convert

RGB 234 73 133 -
CMYK 0 0.69 0.43 0.08
HSL 337.64º 0.79% 0.6% -
HSV(B) 337.64º 0.69% 0.92% -
XYZ 40.55 23.95 24.68 -
YUV 127.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 234 73 133 0 0.69 0.43 0.08 337.64 0.79 0.6
Hex EA 49 85 0 45 2B 8 152 4F 3C
Octal 352 111 205 0 105 53 10 522 117 74
Binary 11101010 1001001 10000101 0 1000101 101011 1000 101010010 1001111 111100

Color Harmonies of #EA4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4985

Black with #EA4985

Text Example


Text Example

White with #EA4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4985; }

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

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

background-color css

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

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

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

border-color css

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

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

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