Html Css Color HEX #EA4D89 French Rose

📋 copy color: '#EA4D89'

red 234 ◦ green 77 ◦ blue 137

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

Shades of French Rose #EA4D89

Tints of French Rose #EA4D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 52.23%
G = 17.19%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA4D89 (or 0xEA4D89) is known color: French Rose. HEX triplet: EA, 4D and 89. RGB value is (234,77,137). Sum of RGB (Red+Green+Blue) = 234+77+137=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D89 is #15B276. Grayscale: #828282. Windows color (decimal): -1421943 or 8998378. OLE color: 8998378.

HSL color Cylindrical-coordinate representation of color #EA4D89: hue angle of 337.07º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D89 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 137 -
CMYK 0 0.67 0.41 0.08
HSL 337.07º 0.79% 0.61% -
HSV(B) 337.07º 0.67% 0.92% -
XYZ 41.1 24.61 26.25 -
YUV 130.78 131.51 201.62 -
System Red Green Blue C M Y K H S L
Decimal 234 77 137 0 0.67 0.41 0.08 337.07 0.79 0.61
Hex EA 4D 89 0 43 29 8 151 4F 3D
Octal 352 115 211 0 103 51 10 521 117 75
Binary 11101010 1001101 10001001 0 1000011 101001 1000 101010001 1001111 111101

Color Harmonies of #EA4D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D89

Black with #EA4D89

Text Example


Text Example

White with #EA4D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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