Html Css Color HEX #EA557B Dark Pink

📋 copy color: '#EA557B'

red 234 ◦ green 85 ◦ blue 123

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

Shades of Dark Pink #EA557B

Tints of Dark Pink #EA557B

RGB

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

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

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

R = 52.94%
G = 19.23%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA557B (or 0xEA557B) is known color: Dark Pink. HEX triplet: EA, 55 and 7B. RGB value is (234,85,123). Sum of RGB (Red+Green+Blue) = 234+85+123=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557B is #15AA84. Grayscale: #858585. Windows color (decimal): -1419909 or 8082922. OLE color: 8082922.

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

Color convert

RGB 234 85 123 -
CMYK 0 0.64 0.47 0.08
HSL 344.7º 0.78% 0.63% -
HSV(B) 344.7º 0.64% 0.92% -
XYZ 40.76 25.42 21.5 -
YUV 133.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 234 85 123 0 0.64 0.47 0.08 344.7 0.78 0.63
Hex EA 55 7B 0 40 2F 8 159 4E 3F
Octal 352 125 173 0 100 57 10 531 116 77
Binary 11101010 1010101 1111011 0 1000000 101111 1000 101011001 1001110 111111

Color Harmonies of #EA557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA557B

Black with #EA557B

Text Example


Text Example

White with #EA557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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