Html Css Color HEX #EB4D7D Dark Pink

📋 copy color: '#EB4D7D'

red 235 ◦ green 77 ◦ blue 125

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

Shades of Dark Pink #EB4D7D

Tints of Dark Pink #EB4D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

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

R = 53.78%
G = 17.62%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB4D7D (or 0xEB4D7D) is known color: Dark Pink. HEX triplet: EB, 4D and 7D. RGB value is (235,77,125). Sum of RGB (Red+Green+Blue) = 235+77+125=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D7D is #14B282. Grayscale: #818181. Windows color (decimal): -1356419 or 8211947. OLE color: 8211947.

HSL color Cylindrical-coordinate representation of color #EB4D7D: hue angle of 341.77º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4D7D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 125 -
CMYK 0 0.67 0.47 0.08
HSL 341.77º 0.8% 0.61% -
HSV(B) 341.77º 0.67% 0.92% -
XYZ 40.62 24.45 21.98 -
YUV 129.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 235 77 125 0 0.67 0.47 0.08 341.77 0.8 0.61
Hex EB 4D 7D 0 43 2F 8 156 50 3D
Octal 353 115 175 0 103 57 10 526 120 75
Binary 11101011 1001101 1111101 0 1000011 101111 1000 101010110 1010000 111101

Color Harmonies of #EB4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D7D

Black with #EB4D7D

Text Example


Text Example

White with #EB4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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