Html Css Color HEX #EB1888 Deep Pink

📋 copy color: '#EB1888'

red 235 ◦ green 24 ◦ blue 136

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

Shades of Deep Pink #EB1888

Tints of Deep Pink #EB1888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.08%

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

R = 59.49%
G = 6.08%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB1888 (or 0xEB1888) is known color: Deep Pink. HEX triplet: EB, 18 and 88. RGB value is (235,24,136). Sum of RGB (Red+Green+Blue) = 235+24+136=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1888 is #14E777. Grayscale: #636363. Windows color (decimal): -1369976 or 8919275. OLE color: 8919275.

HSL color Cylindrical-coordinate representation of color #EB1888: hue angle of 328.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1888 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 136 -
CMYK 0 0.90 0.42 0.08
HSL 328.15º 0.84% 0.51% -
HSV(B) 328.15º 0.9% 0.92% -
XYZ 39.03 20.09 25.11 -
YUV 99.86 148.4 224.39 -
System Red Green Blue C M Y K H S L
Decimal 235 24 136 0 0.90 0.42 0.08 328.15 0.84 0.51
Hex EB 18 88 0 5A 2A 8 148 54 33
Octal 353 30 210 0 132 52 10 510 124 63
Binary 11101011 11000 10001000 0 1011010 101010 1000 101001000 1010100 110011

Color Harmonies of #EB1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1888

Black with #EB1888

Text Example


Text Example

White with #EB1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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