Html Css Color HEX #EB1899 Deep Pink

📋 copy color: '#EB1899'

red 235 ◦ green 24 ◦ blue 153

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

Shades of Deep Pink #EB1899

Tints of Deep Pink #EB1899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.14%

R = 57.04%
G = 5.83%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB1899 (or 0xEB1899) is known color: Deep Pink. HEX triplet: EB, 18 and 99. RGB value is (235,24,153). Sum of RGB (Red+Green+Blue) = 235+24+153=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1899 is #14E766. Grayscale: #656565. Windows color (decimal): -1369959 or 10033387. OLE color: 10033387.

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

Color convert

RGB 235 24 153 -
CMYK 0 0.90 0.35 0.08
HSL 323.32º 0.84% 0.51% -
HSV(B) 323.32º 0.9% 0.92% -
XYZ 40.34 20.62 31.99 -
YUV 101.8 156.9 223.01 -
System Red Green Blue C M Y K H S L
Decimal 235 24 153 0 0.90 0.35 0.08 323.32 0.84 0.51
Hex EB 18 99 0 5A 23 8 143 54 33
Octal 353 30 231 0 132 43 10 503 124 63
Binary 11101011 11000 10011001 0 1011010 100011 1000 101000011 1010100 110011

Color Harmonies of #EB1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1899

Black with #EB1899

Text Example


Text Example

White with #EB1899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1899; }

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

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

background-color css

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

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

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

border-color css

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

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

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