Html Css Color HEX #EB4E7D Dark Pink

📋 copy color: '#EB4E7D'

red 235 ◦ green 78 ◦ blue 125

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

Shades of Dark Pink #EB4E7D

Tints of Dark Pink #EB4E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.81%

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

R = 53.65%
G = 17.81%
B = 28.54%

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

#EB4E7D (or 0xEB4E7D) is known color: Dark Pink. HEX triplet: EB, 4E and 7D. RGB value is (235,78,125). Sum of RGB (Red+Green+Blue) = 235+78+125=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E7D is #14B182. Grayscale: #828282. Windows color (decimal): -1356163 or 8212203. OLE color: 8212203.

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

Color convert

RGB 235 78 125 -
CMYK 0 0.67 0.47 0.08
HSL 342.04º 0.8% 0.61% -
HSV(B) 342.04º 0.67% 0.92% -
XYZ 40.69 24.59 22 -
YUV 130.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 235 78 125 0 0.67 0.47 0.08 342.04 0.8 0.61
Hex EB 4E 7D 0 43 2F 8 156 50 3D
Octal 353 116 175 0 103 57 10 526 120 75
Binary 11101011 1001110 1111101 0 1000011 101111 1000 101010110 1010000 111101

Color Harmonies of #EB4E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E7D

Black with #EB4E7D

Text Example


Text Example

White with #EB4E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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