Html Css Color HEX #EB487D Dark Pink

📋 copy color: '#EB487D'

red 235 ◦ green 72 ◦ blue 125

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

Shades of Dark Pink #EB487D

Tints of Dark Pink #EB487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

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

R = 54.4%
G = 16.67%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB487D (or 0xEB487D) is known color: Dark Pink. HEX triplet: EB, 48 and 7D. RGB value is (235,72,125). Sum of RGB (Red+Green+Blue) = 235+72+125=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB487D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB487D is #14B782. Grayscale: #7E7E7E. Windows color (decimal): -1357699 or 8210667. OLE color: 8210667.

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

Color convert

RGB 235 72 125 -
CMYK 0 0.69 0.47 0.08
HSL 340.49º 0.8% 0.6% -
HSV(B) 340.49º 0.69% 0.92% -
XYZ 40.28 23.78 21.87 -
YUV 126.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 235 72 125 0 0.69 0.47 0.08 340.49 0.8 0.6
Hex EB 48 7D 0 45 2F 8 154 50 3C
Octal 353 110 175 0 105 57 10 524 120 74
Binary 11101011 1001000 1111101 0 1000101 101111 1000 101010100 1010000 111100

Color Harmonies of #EB487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB487D

Black with #EB487D

Text Example


Text Example

White with #EB487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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