Html Css Color HEX #EA488F French Rose

📋 copy color: '#EA488F'

red 234 ◦ green 72 ◦ blue 143

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

Shades of French Rose #EA488F

Tints of French Rose #EA488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 52.12%
G = 16.04%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA488F (or 0xEA488F) is known color: French Rose. HEX triplet: EA, 48 and 8F. RGB value is (234,72,143). Sum of RGB (Red+Green+Blue) = 234+72+143=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA488F is #15B770. Grayscale: #808080. Windows color (decimal): -1423217 or 9390314. OLE color: 9390314.

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

Color convert

RGB 234 72 143 -
CMYK 0 0.69 0.39 0.08
HSL 333.7º 0.79% 0.6% -
HSV(B) 333.7º 0.69% 0.92% -
XYZ 41.21 24.11 28.47 -
YUV 128.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 234 72 143 0 0.69 0.39 0.08 333.7 0.79 0.6
Hex EA 48 8F 0 45 27 8 14E 4F 3C
Octal 352 110 217 0 105 47 10 516 117 74
Binary 11101010 1001000 10001111 0 1000101 100111 1000 101001110 1001111 111100

Color Harmonies of #EA488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA488F

Black with #EA488F

Text Example


Text Example

White with #EA488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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