Html Css Color HEX #EB4881 Dark Pink

📋 copy color: '#EB4881'

red 235 ◦ green 72 ◦ blue 129

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

Shades of Dark Pink #EB4881

Tints of Dark Pink #EB4881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 53.9%
G = 16.51%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB4881 (or 0xEB4881) is known color: Dark Pink. HEX triplet: EB, 48 and 81. RGB value is (235,72,129). Sum of RGB (Red+Green+Blue) = 235+72+129=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4881 is #14B77E. Grayscale: #7F7F7F. Windows color (decimal): -1357695 or 8472811. OLE color: 8472811.

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

Color convert

RGB 235 72 129 -
CMYK 0 0.69 0.45 0.08
HSL 339.02º 0.8% 0.6% -
HSV(B) 339.02º 0.69% 0.92% -
XYZ 40.54 23.88 23.24 -
YUV 127.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 235 72 129 0 0.69 0.45 0.08 339.02 0.8 0.6
Hex EB 48 81 0 45 2D 8 153 50 3C
Octal 353 110 201 0 105 55 10 523 120 74
Binary 11101011 1001000 10000001 0 1000101 101101 1000 101010011 1010000 111100

Color Harmonies of #EB4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4881

Black with #EB4881

Text Example


Text Example

White with #EB4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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