Html Css Color HEX #EB5188 Dark Pink

📋 copy color: '#EB5188'

red 235 ◦ green 81 ◦ blue 136

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

Shades of Dark Pink #EB5188

Tints of Dark Pink #EB5188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 51.99%
G = 17.92%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB5188 (or 0xEB5188) is known color: Dark Pink. HEX triplet: EB, 51 and 88. RGB value is (235,81,136). Sum of RGB (Red+Green+Blue) = 235+81+136=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5188 is #14AE77. Grayscale: #858585. Windows color (decimal): -1355384 or 8933867. OLE color: 8933867.

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

Color convert

RGB 235 81 136 -
CMYK 0 0.66 0.42 0.08
HSL 338.57º 0.79% 0.62% -
HSV(B) 338.57º 0.66% 0.92% -
XYZ 41.65 25.32 25.99 -
YUV 133.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 235 81 136 0 0.66 0.42 0.08 338.57 0.79 0.62
Hex EB 51 88 0 42 2A 8 153 4F 3E
Octal 353 121 210 0 102 52 10 523 117 76
Binary 11101011 1010001 10001000 0 1000010 101010 1000 101010011 1001111 111110

Color Harmonies of #EB5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5188

Black with #EB5188

Text Example


Text Example

White with #EB5188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5188; }

 p { color: rgb(235,81,136); }

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

background-color css

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

 a { background-color: rgb(235,81,136); }

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

border-color css

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

 span { border-color: rgb(235,81,136); }

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