Html Css Color HEX #EA488D French Rose

📋 copy color: '#EA488D'

red 234 ◦ green 72 ◦ blue 141

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

Shades of French Rose #EA488D

Tints of French Rose #EA488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 52.35%
G = 16.11%
B = 31.54%

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

#EA488D (or 0xEA488D) is known color: French Rose. HEX triplet: EA, 48 and 8D. RGB value is (234,72,141). Sum of RGB (Red+Green+Blue) = 234+72+141=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA488D is #15B772. Grayscale: #808080. Windows color (decimal): -1423219 or 9259242. OLE color: 9259242.

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

Color convert

RGB 234 72 141 -
CMYK 0 0.69 0.40 0.08
HSL 334.44º 0.79% 0.6% -
HSV(B) 334.44º 0.69% 0.92% -
XYZ 41.06 24.05 27.68 -
YUV 128.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 234 72 141 0 0.69 0.40 0.08 334.44 0.79 0.6
Hex EA 48 8D 0 45 28 8 14E 4F 3C
Octal 352 110 215 0 105 50 10 516 117 74
Binary 11101010 1001000 10001101 0 1000101 101000 1000 101001110 1001111 111100

Color Harmonies of #EA488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA488D

Black with #EA488D

Text Example


Text Example

White with #EA488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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