Html Css Color HEX #EB568C Dark Pink

📋 copy color: '#EB568C'

red 235 ◦ green 86 ◦ blue 140

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

Shades of Dark Pink #EB568C

Tints of Dark Pink #EB568C

RGB

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

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

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

R = 50.98%
G = 18.66%
B = 30.37%

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

#EB568C (or 0xEB568C) is known color: Dark Pink. HEX triplet: EB, 56 and 8C. RGB value is (235,86,140). Sum of RGB (Red+Green+Blue) = 235+86+140=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB568C is #14A973. Grayscale: #888888. Windows color (decimal): -1354100 or 9197291. OLE color: 9197291.

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

Color convert

RGB 235 86 140 -
CMYK 0 0.63 0.40 0.08
HSL 338.26º 0.79% 0.63% -
HSV(B) 338.26º 0.63% 0.92% -
XYZ 42.32 26.21 27.64 -
YUV 136.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 235 86 140 0 0.63 0.40 0.08 338.26 0.79 0.63
Hex EB 56 8C 0 3F 28 8 152 4F 3F
Octal 353 126 214 0 77 50 10 522 117 77
Binary 11101011 1010110 10001100 0 111111 101000 1000 101010010 1001111 111111

Color Harmonies of #EB568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB568C

Black with #EB568C

Text Example


Text Example

White with #EB568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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