Html Css Color HEX #EA568C Dark Pink

📋 copy color: '#EA568C'

red 234 ◦ green 86 ◦ blue 140

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

Shades of Dark Pink #EA568C

Tints of Dark Pink #EA568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 50.87%
G = 18.7%
B = 30.43%

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

#EA568C (or 0xEA568C) is known color: Dark Pink. HEX triplet: EA, 56 and 8C. RGB value is (234,86,140). Sum of RGB (Red+Green+Blue) = 234+86+140=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA568C is #15A973. Grayscale: #888888. Windows color (decimal): -1419636 or 9197290. OLE color: 9197290.

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

Color convert

RGB 234 86 140 -
CMYK 0 0.63 0.40 0.08
HSL 338.11º 0.78% 0.63% -
HSV(B) 338.11º 0.63% 0.92% -
XYZ 41.99 26.04 27.62 -
YUV 136.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 234 86 140 0 0.63 0.40 0.08 338.11 0.78 0.63
Hex EA 56 8C 0 3F 28 8 152 4E 3F
Octal 352 126 214 0 77 50 10 522 116 77
Binary 11101010 1010110 10001100 0 111111 101000 1000 101010010 1001110 111111

Color Harmonies of #EA568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA568C

Black with #EA568C

Text Example


Text Example

White with #EA568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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