Html Css Color HEX #EB4C7D Dark Pink

📋 copy color: '#EB4C7D'

red 235 ◦ green 76 ◦ blue 125

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

Shades of Dark Pink #EB4C7D

Tints of Dark Pink #EB4C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

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

R = 53.9%
G = 17.43%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB4C7D (or 0xEB4C7D) is known color: Dark Pink. HEX triplet: EB, 4C and 7D. RGB value is (235,76,125). Sum of RGB (Red+Green+Blue) = 235+76+125=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C7D is #14B382. Grayscale: #818181. Windows color (decimal): -1356675 or 8211691. OLE color: 8211691.

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

Color convert

RGB 235 76 125 -
CMYK 0 0.68 0.47 0.08
HSL 341.51º 0.8% 0.61% -
HSV(B) 341.51º 0.68% 0.92% -
XYZ 40.55 24.31 21.96 -
YUV 129.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 235 76 125 0 0.68 0.47 0.08 341.51 0.8 0.61
Hex EB 4C 7D 0 44 2F 8 156 50 3D
Octal 353 114 175 0 104 57 10 526 120 75
Binary 11101011 1001100 1111101 0 1000100 101111 1000 101010110 1010000 111101

Color Harmonies of #EB4C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C7D

Black with #EB4C7D

Text Example


Text Example

White with #EB4C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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