Html Css Color HEX #EB558A Dark Pink

📋 copy color: '#EB558A'

red 235 ◦ green 85 ◦ blue 138

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

Shades of Dark Pink #EB558A

Tints of Dark Pink #EB558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 51.31%
G = 18.56%
B = 30.13%

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

#EB558A (or 0xEB558A) is known color: Dark Pink. HEX triplet: EB, 55 and 8A. RGB value is (235,85,138). Sum of RGB (Red+Green+Blue) = 235+85+138=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB558A is #14AA75. Grayscale: #878787. Windows color (decimal): -1354358 or 9065963. OLE color: 9065963.

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

Color convert

RGB 235 85 138 -
CMYK 0 0.64 0.41 0.08
HSL 338.8º 0.79% 0.63% -
HSV(B) 338.8º 0.64% 0.92% -
XYZ 42.1 25.99 26.84 -
YUV 135.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 235 85 138 0 0.64 0.41 0.08 338.8 0.79 0.63
Hex EB 55 8A 0 40 29 8 153 4F 3F
Octal 353 125 212 0 100 51 10 523 117 77
Binary 11101011 1010101 10001010 0 1000000 101001 1000 101010011 1001111 111111

Color Harmonies of #EB558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB558A

Black with #EB558A

Text Example


Text Example

White with #EB558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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