Html Css Color HEX #EB189B Deep Pink

📋 copy color: '#EB189B'

red 235 ◦ green 24 ◦ blue 155

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

Shades of Deep Pink #EB189B

Tints of Deep Pink #EB189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 56.76%
G = 5.8%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB189B (or 0xEB189B) is known color: Deep Pink. HEX triplet: EB, 18 and 9B. RGB value is (235,24,155). Sum of RGB (Red+Green+Blue) = 235+24+155=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB189B is #14E764. Grayscale: #656565. Windows color (decimal): -1369957 or 10164459. OLE color: 10164459.

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

Color convert

RGB 235 24 155 -
CMYK 0 0.90 0.34 0.08
HSL 322.75º 0.84% 0.51% -
HSV(B) 322.75º 0.9% 0.92% -
XYZ 40.5 20.68 32.87 -
YUV 102.02 157.9 222.85 -
System Red Green Blue C M Y K H S L
Decimal 235 24 155 0 0.90 0.34 0.08 322.75 0.84 0.51
Hex EB 18 9B 0 5A 22 8 143 54 33
Octal 353 30 233 0 132 42 10 503 124 63
Binary 11101011 11000 10011011 0 1011010 100010 1000 101000011 1010100 110011

Color Harmonies of #EB189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB189B

Black with #EB189B

Text Example


Text Example

White with #EB189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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