Html Css Color HEX #EA557A Dark Pink

📋 copy color: '#EA557A'

red 234 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #EA557A

Tints of Dark Pink #EA557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

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

R = 53.06%
G = 19.27%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA557A (or 0xEA557A) is known color: Dark Pink. HEX triplet: EA, 55 and 7A. RGB value is (234,85,122). Sum of RGB (Red+Green+Blue) = 234+85+122=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557A is #15AA85. Grayscale: #858585. Windows color (decimal): -1419910 or 8017386. OLE color: 8017386.

HSL color Cylindrical-coordinate representation of color #EA557A: hue angle of 345.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA557A is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 122 -
CMYK 0 0.64 0.48 0.08
HSL 345.1º 0.78% 0.63% -
HSV(B) 345.1º 0.64% 0.92% -
XYZ 40.69 25.39 21.17 -
YUV 133.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 234 85 122 0 0.64 0.48 0.08 345.1 0.78 0.63
Hex EA 55 7A 0 40 30 8 159 4E 3F
Octal 352 125 172 0 100 60 10 531 116 77
Binary 11101010 1010101 1111010 0 1000000 110000 1000 101011001 1001110 111111

Color Harmonies of #EA557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA557A

Black with #EA557A

Text Example


Text Example

White with #EA557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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