Html Css Color HEX #EB607D Dark Pink

📋 copy color: '#EB607D'

red 235 ◦ green 96 ◦ blue 125

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

Shades of Dark Pink #EB607D

Tints of Dark Pink #EB607D

RGB

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

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

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

R = 51.54%
G = 21.05%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB607D (or 0xEB607D) is known color: Dark Pink. HEX triplet: EB, 60 and 7D. RGB value is (235,96,125). Sum of RGB (Red+Green+Blue) = 235+96+125=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB607D is #149F82. Grayscale: #8C8C8C. Windows color (decimal): -1351555 or 8216811. OLE color: 8216811.

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

Color convert

RGB 235 96 125 -
CMYK 0 0.59 0.47 0.08
HSL 347.48º 0.78% 0.65% -
HSV(B) 347.48º 0.59% 0.92% -
XYZ 42.15 27.51 22.49 -
YUV 140.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 235 96 125 0 0.59 0.47 0.08 347.48 0.78 0.65
Hex EB 60 7D 0 3B 2F 8 15B 4E 41
Octal 353 140 175 0 73 57 10 533 116 101
Binary 11101011 1100000 1111101 0 111011 101111 1000 101011011 1001110 1000001

Color Harmonies of #EB607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB607D

Black with #EB607D

Text Example


Text Example

White with #EB607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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