Html Css Color HEX #EB567D Dark Pink

📋 copy color: '#EB567D'

red 235 ◦ green 86 ◦ blue 125

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

Shades of Dark Pink #EB567D

Tints of Dark Pink #EB567D

RGB

 RED value IS 235 (92.19% from 255) = 52.69%

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 52.69%
G = 19.28%
B = 28.03%

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

#EB567D (or 0xEB567D) is known color: Dark Pink. HEX triplet: EB, 56 and 7D. RGB value is (235,86,125). Sum of RGB (Red+Green+Blue) = 235+86+125=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB567D is #14A982. Grayscale: #868686. Windows color (decimal): -1354115 or 8214251. OLE color: 8214251.

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

Color convert

RGB 235 86 125 -
CMYK 0 0.63 0.47 0.08
HSL 344.3º 0.79% 0.63% -
HSV(B) 344.3º 0.63% 0.92% -
XYZ 41.29 25.8 22.21 -
YUV 135 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 235 86 125 0 0.63 0.47 0.08 344.3 0.79 0.63
Hex EB 56 7D 0 3F 2F 8 158 4F 3F
Octal 353 126 175 0 77 57 10 530 117 77
Binary 11101011 1010110 1111101 0 111111 101111 1000 101011000 1001111 111111

Color Harmonies of #EB567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB567D

Black with #EB567D

Text Example


Text Example

White with #EB567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB567D; }

 p { color: rgb(235,86,125); }

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

background-color css

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

 a { background-color: rgb(235,86,125); }

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

border-color css

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

 span { border-color: rgb(235,86,125); }

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