Html Css Color HEX #EA568D Dark Pink

📋 copy color: '#EA568D'

red 234 ◦ green 86 ◦ blue 141

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

Shades of Dark Pink #EA568D

Tints of Dark Pink #EA568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 50.76%
G = 18.66%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA568D (or 0xEA568D) is known color: Dark Pink. HEX triplet: EA, 56 and 8D. RGB value is (234,86,141). Sum of RGB (Red+Green+Blue) = 234+86+141=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA568D is #15A972. Grayscale: #888888. Windows color (decimal): -1419635 or 9262826. OLE color: 9262826.

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

Color convert

RGB 234 86 141 -
CMYK 0 0.63 0.40 0.08
HSL 337.7º 0.78% 0.63% -
HSV(B) 337.7º 0.63% 0.92% -
XYZ 42.07 26.07 28.01 -
YUV 136.52 130.53 197.53 -
System Red Green Blue C M Y K H S L
Decimal 234 86 141 0 0.63 0.40 0.08 337.7 0.78 0.63
Hex EA 56 8D 0 3F 28 8 152 4E 3F
Octal 352 126 215 0 77 50 10 522 116 77
Binary 11101010 1010110 10001101 0 111111 101000 1000 101010010 1001110 111111

Color Harmonies of #EA568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA568D

Black with #EA568D

Text Example


Text Example

White with #EA568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA568D; }

 p { color: rgb(234,86,141); }

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

background-color css

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

 a { background-color: rgb(234,86,141); }

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

border-color css

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

 span { border-color: rgb(234,86,141); }

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