Html Css Color HEX #EA567B Dark Pink

📋 copy color: '#EA567B'

red 234 ◦ green 86 ◦ blue 123

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

Shades of Dark Pink #EA567B

Tints of Dark Pink #EA567B

RGB

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

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

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

R = 52.82%
G = 19.41%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA567B (or 0xEA567B) is known color: Dark Pink. HEX triplet: EA, 56 and 7B. RGB value is (234,86,123). Sum of RGB (Red+Green+Blue) = 234+86+123=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA567B is #15A984. Grayscale: #868686. Windows color (decimal): -1419653 or 8083178. OLE color: 8083178.

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

Color convert

RGB 234 86 123 -
CMYK 0 0.63 0.47 0.08
HSL 345º 0.78% 0.63% -
HSV(B) 345º 0.63% 0.92% -
XYZ 40.83 25.58 21.52 -
YUV 134.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 234 86 123 0 0.63 0.47 0.08 345 0.78 0.63
Hex EA 56 7B 0 3F 2F 8 159 4E 3F
Octal 352 126 173 0 77 57 10 531 116 77
Binary 11101010 1010110 1111011 0 111111 101111 1000 101011001 1001110 111111

Color Harmonies of #EA567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA567B

Black with #EA567B

Text Example


Text Example

White with #EA567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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