Html Css Color HEX #EA487F Dark Pink

📋 copy color: '#EA487F'

red 234 ◦ green 72 ◦ blue 127

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

Shades of Dark Pink #EA487F

Tints of Dark Pink #EA487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 54.04%
G = 16.63%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EA487F (or 0xEA487F) is known color: Dark Pink. HEX triplet: EA, 48 and 7F. RGB value is (234,72,127). Sum of RGB (Red+Green+Blue) = 234+72+127=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA487F is #15B780. Grayscale: #7E7E7E. Windows color (decimal): -1423233 or 8341738. OLE color: 8341738.

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

Color convert

RGB 234 72 127 -
CMYK 0 0.69 0.46 0.08
HSL 339.63º 0.79% 0.6% -
HSV(B) 339.63º 0.69% 0.92% -
XYZ 40.08 23.66 22.53 -
YUV 126.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 234 72 127 0 0.69 0.46 0.08 339.63 0.79 0.6
Hex EA 48 7F 0 45 2E 8 154 4F 3C
Octal 352 110 177 0 105 56 10 524 117 74
Binary 11101010 1001000 1111111 0 1000101 101110 1000 101010100 1001111 111100

Color Harmonies of #EA487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA487F

Black with #EA487F

Text Example


Text Example

White with #EA487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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