Html Css Color HEX #EA488C French Rose

📋 copy color: '#EA488C'

red 234 ◦ green 72 ◦ blue 140

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

Shades of French Rose #EA488C

Tints of French Rose #EA488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 52.47%
G = 16.14%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA488C (or 0xEA488C) is known color: French Rose. HEX triplet: EA, 48 and 8C. RGB value is (234,72,140). Sum of RGB (Red+Green+Blue) = 234+72+140=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA488C is #15B773. Grayscale: #808080. Windows color (decimal): -1423220 or 9193706. OLE color: 9193706.

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

Color convert

RGB 234 72 140 -
CMYK 0 0.69 0.40 0.08
HSL 334.81º 0.79% 0.6% -
HSV(B) 334.81º 0.69% 0.92% -
XYZ 40.98 24.02 27.29 -
YUV 128.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 234 72 140 0 0.69 0.40 0.08 334.81 0.79 0.6
Hex EA 48 8C 0 45 28 8 14F 4F 3C
Octal 352 110 214 0 105 50 10 517 117 74
Binary 11101010 1001000 10001100 0 1000101 101000 1000 101001111 1001111 111100

Color Harmonies of #EA488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA488C

Black with #EA488C

Text Example


Text Example

White with #EA488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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