Html Css Color HEX #EB568D Dark Pink

📋 copy color: '#EB568D'

red 235 ◦ green 86 ◦ blue 141

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

Shades of Dark Pink #EB568D

Tints of Dark Pink #EB568D

RGB

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

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

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

R = 50.87%
G = 18.61%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB568D (or 0xEB568D) is known color: Dark Pink. HEX triplet: EB, 56 and 8D. RGB value is (235,86,141). Sum of RGB (Red+Green+Blue) = 235+86+141=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB568D is #14A972. Grayscale: #888888. Windows color (decimal): -1354099 or 9262827. OLE color: 9262827.

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

Color convert

RGB 235 86 141 -
CMYK 0 0.63 0.4 0.08
HSL 337.85º 0.79% 0.63% -
HSV(B) 337.85º 0.63% 0.92% -
XYZ 42.4 26.24 28.03 -
YUV 136.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 235 86 141 0 0.63 0.4 0.08 337.85 0.79 0.63
Hex EB 56 8D 0 3F 28 8 152 4F 3F
Octal 353 126 215 0 77 50 10 522 117 77
Binary 11101011 1010110 10001101 0 111111 101000 1000 101010010 1001111 111111

Color Harmonies of #EB568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB568D

Black with #EB568D

Text Example


Text Example

White with #EB568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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