Html Css Color HEX #EB548B Dark Pink

📋 copy color: '#EB548B'

red 235 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #EB548B

Tints of Dark Pink #EB548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 51.31%
G = 18.34%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB548B (or 0xEB548B) is known color: Dark Pink. HEX triplet: EB, 54 and 8B. RGB value is (235,84,139). Sum of RGB (Red+Green+Blue) = 235+84+139=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB548B is #14AB74. Grayscale: #878787. Windows color (decimal): -1354613 or 9131243. OLE color: 9131243.

HSL color Cylindrical-coordinate representation of color #EB548B: hue angle of 338.15º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB548B is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 139 -
CMYK 0 0.64 0.41 0.08
HSL 338.15º 0.79% 0.63% -
HSV(B) 338.15º 0.64% 0.92% -
XYZ 42.09 25.87 27.2 -
YUV 135.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 235 84 139 0 0.64 0.41 0.08 338.15 0.79 0.63
Hex EB 54 8B 0 40 29 8 152 4F 3F
Octal 353 124 213 0 100 51 10 522 117 77
Binary 11101011 1010100 10001011 0 1000000 101001 1000 101010010 1001111 111111

Color Harmonies of #EB548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB548B

Black with #EB548B

Text Example


Text Example

White with #EB548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB548B; }

 p { color: rgb(235,84,139); }

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

background-color css

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

 a { background-color: rgb(235,84,139); }

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

border-color css

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

 span { border-color: rgb(235,84,139); }

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