Html Css Color HEX #EB4C81 Dark Pink

📋 copy color: '#EB4C81'

red 235 ◦ green 76 ◦ blue 129

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

Shades of Dark Pink #EB4C81

Tints of Dark Pink #EB4C81

RGB

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

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

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

R = 53.41%
G = 17.27%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB4C81 (or 0xEB4C81) is known color: Dark Pink. HEX triplet: EB, 4C and 81. RGB value is (235,76,129). Sum of RGB (Red+Green+Blue) = 235+76+129=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4C81 is #14B37E. Grayscale: #818181. Windows color (decimal): -1356671 or 8473835. OLE color: 8473835.

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

Color convert

RGB 235 76 129 -
CMYK 0 0.68 0.45 0.08
HSL 340º 0.8% 0.61% -
HSV(B) 340º 0.68% 0.92% -
XYZ 40.81 24.42 23.33 -
YUV 129.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 235 76 129 0 0.68 0.45 0.08 340 0.8 0.61
Hex EB 4C 81 0 44 2D 8 154 50 3D
Octal 353 114 201 0 104 55 10 524 120 75
Binary 11101011 1001100 10000001 0 1000100 101101 1000 101010100 1010000 111101

Color Harmonies of #EB4C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C81

Black with #EB4C81

Text Example


Text Example

White with #EB4C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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