Html Css Color HEX #EB608D Dark Pink

📋 copy color: '#EB608D'

red 235 ◦ green 96 ◦ blue 141

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

Shades of Dark Pink #EB608D

Tints of Dark Pink #EB608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

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

R = 49.79%
G = 20.34%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB608D (or 0xEB608D) is known color: Dark Pink. HEX triplet: EB, 60 and 8D. RGB value is (235,96,141). Sum of RGB (Red+Green+Blue) = 235+96+141=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB608D is #149F72. Grayscale: #8E8E8E. Windows color (decimal): -1351539 or 9265387. OLE color: 9265387.

HSL color Cylindrical-coordinate representation of color #EB608D: hue angle of 340.58º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB608D is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 141 -
CMYK 0 0.59 0.4 0.08
HSL 340.58º 0.78% 0.65% -
HSV(B) 340.58º 0.59% 0.92% -
XYZ 43.25 27.95 28.31 -
YUV 142.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 235 96 141 0 0.59 0.4 0.08 340.58 0.78 0.65
Hex EB 60 8D 0 3B 28 8 155 4E 41
Octal 353 140 215 0 73 50 10 525 116 101
Binary 11101011 1100000 10001101 0 111011 101000 1000 101010101 1001110 1000001

Color Harmonies of #EB608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB608D

Black with #EB608D

Text Example


Text Example

White with #EB608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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