Html Css Color HEX #EB548A Dark Pink

📋 copy color: '#EB548A'

red 235 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #EB548A

Tints of Dark Pink #EB548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 51.42%
G = 18.38%
B = 30.2%

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

#EB548A (or 0xEB548A) is known color: Dark Pink. HEX triplet: EB, 54 and 8A. RGB value is (235,84,138). Sum of RGB (Red+Green+Blue) = 235+84+138=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB548A is #14AB75. Grayscale: #878787. Windows color (decimal): -1354614 or 9065707. OLE color: 9065707.

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

Color convert

RGB 235 84 138 -
CMYK 0 0.64 0.41 0.08
HSL 338.54º 0.79% 0.63% -
HSV(B) 338.54º 0.64% 0.92% -
XYZ 42.02 25.84 26.82 -
YUV 135.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 235 84 138 0 0.64 0.41 0.08 338.54 0.79 0.63
Hex EB 54 8A 0 40 29 8 153 4F 3F
Octal 353 124 212 0 100 51 10 523 117 77
Binary 11101011 1010100 10001010 0 1000000 101001 1000 101010011 1001111 111111

Color Harmonies of #EB548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB548A

Black with #EB548A

Text Example


Text Example

White with #EB548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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