Html Css Color HEX #EA489A French Rose

📋 copy color: '#EA489A'

red 234 ◦ green 72 ◦ blue 154

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

Shades of French Rose #EA489A

Tints of French Rose #EA489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 50.87%
G = 15.65%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA489A (or 0xEA489A) is known color: French Rose. HEX triplet: EA, 48 and 9A. RGB value is (234,72,154). Sum of RGB (Red+Green+Blue) = 234+72+154=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA489A is #15B765. Grayscale: #818181. Windows color (decimal): -1423206 or 10111210. OLE color: 10111210.

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

Color convert

RGB 234 72 154 -
CMYK 0 0.69 0.34 0.08
HSL 329.63º 0.79% 0.6% -
HSV(B) 329.63º 0.69% 0.92% -
XYZ 42.08 24.46 33.08 -
YUV 129.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 234 72 154 0 0.69 0.34 0.08 329.63 0.79 0.6
Hex EA 48 9A 0 45 22 8 14A 4F 3C
Octal 352 110 232 0 105 42 10 512 117 74
Binary 11101010 1001000 10011010 0 1000101 100010 1000 101001010 1001111 111100

Color Harmonies of #EA489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA489A

Black with #EA489A

Text Example


Text Example

White with #EA489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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