Html Css Color HEX #EB538A Dark Pink

📋 copy color: '#EB538A'

red 235 ◦ green 83 ◦ blue 138

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

Shades of Dark Pink #EB538A

Tints of Dark Pink #EB538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

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

R = 51.54%
G = 18.2%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB538A (or 0xEB538A) is known color: Dark Pink. HEX triplet: EB, 53 and 8A. RGB value is (235,83,138). Sum of RGB (Red+Green+Blue) = 235+83+138=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB538A is #14AC75. Grayscale: #868686. Windows color (decimal): -1354870 or 9065451. OLE color: 9065451.

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

Color convert

RGB 235 83 138 -
CMYK 0 0.65 0.41 0.08
HSL 338.29º 0.79% 0.62% -
HSV(B) 338.29º 0.65% 0.92% -
XYZ 41.94 25.68 26.79 -
YUV 134.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 235 83 138 0 0.65 0.41 0.08 338.29 0.79 0.62
Hex EB 53 8A 0 41 29 8 152 4F 3E
Octal 353 123 212 0 101 51 10 522 117 76
Binary 11101011 1010011 10001010 0 1000001 101001 1000 101010010 1001111 111110

Color Harmonies of #EB538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB538A

Black with #EB538A

Text Example


Text Example

White with #EB538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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