Html Css Color HEX #EA487A Dark Pink

📋 copy color: '#EA487A'

red 234 ◦ green 72 ◦ blue 122

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

Shades of Dark Pink #EA487A

Tints of Dark Pink #EA487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 54.67%
G = 16.82%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA487A (or 0xEA487A) is known color: Dark Pink. HEX triplet: EA, 48 and 7A. RGB value is (234,72,122). Sum of RGB (Red+Green+Blue) = 234+72+122=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA487A is #15B785. Grayscale: #7E7E7E. Windows color (decimal): -1423238 or 8014058. OLE color: 8014058.

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

Color convert

RGB 234 72 122 -
CMYK 0 0.69 0.48 0.08
HSL 341.48º 0.79% 0.6% -
HSV(B) 341.48º 0.69% 0.92% -
XYZ 39.76 23.53 20.86 -
YUV 126.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 234 72 122 0 0.69 0.48 0.08 341.48 0.79 0.6
Hex EA 48 7A 0 45 30 8 155 4F 3C
Octal 352 110 172 0 105 60 10 525 117 74
Binary 11101010 1001000 1111010 0 1000101 110000 1000 101010101 1001111 111100

Color Harmonies of #EA487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA487A

Black with #EA487A

Text Example


Text Example

White with #EA487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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