Html Css Color HEX #EB487E Dark Pink

📋 copy color: '#EB487E'

red 235 ◦ green 72 ◦ blue 126

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

Shades of Dark Pink #EB487E

Tints of Dark Pink #EB487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 54.27%
G = 16.63%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB487E (or 0xEB487E) is known color: Dark Pink. HEX triplet: EB, 48 and 7E. RGB value is (235,72,126). Sum of RGB (Red+Green+Blue) = 235+72+126=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB487E is #14B781. Grayscale: #7E7E7E. Windows color (decimal): -1357698 or 8276203. OLE color: 8276203.

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

Color convert

RGB 235 72 126 -
CMYK 0 0.69 0.46 0.08
HSL 340.12º 0.8% 0.6% -
HSV(B) 340.12º 0.69% 0.92% -
XYZ 40.34 23.8 22.21 -
YUV 126.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 235 72 126 0 0.69 0.46 0.08 340.12 0.8 0.6
Hex EB 48 7E 0 45 2E 8 154 50 3C
Octal 353 110 176 0 105 56 10 524 120 74
Binary 11101011 1001000 1111110 0 1000101 101110 1000 101010100 1010000 111100

Color Harmonies of #EB487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB487E

Black with #EB487E

Text Example


Text Example

White with #EB487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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