Html Css Color HEX #EA487B Dark Pink

📋 copy color: '#EA487B'

red 234 ◦ green 72 ◦ blue 123

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

Shades of Dark Pink #EA487B

Tints of Dark Pink #EA487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 54.55%
G = 16.78%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA487B (or 0xEA487B) is known color: Dark Pink. HEX triplet: EA, 48 and 7B. RGB value is (234,72,123). Sum of RGB (Red+Green+Blue) = 234+72+123=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA487B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA487B is #15B784. Grayscale: #7E7E7E. Windows color (decimal): -1423237 or 8079594. OLE color: 8079594.

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

Color convert

RGB 234 72 123 -
CMYK 0 0.69 0.47 0.08
HSL 341.11º 0.79% 0.6% -
HSV(B) 341.11º 0.69% 0.92% -
XYZ 39.82 23.56 21.19 -
YUV 126.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 234 72 123 0 0.69 0.47 0.08 341.11 0.79 0.6
Hex EA 48 7B 0 45 2F 8 155 4F 3C
Octal 352 110 173 0 105 57 10 525 117 74
Binary 11101010 1001000 1111011 0 1000101 101111 1000 101010101 1001111 111100

Color Harmonies of #EA487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA487B

Black with #EA487B

Text Example


Text Example

White with #EA487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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