Html Css Color HEX #EB199A Deep Pink

📋 copy color: '#EB199A'

red 235 ◦ green 25 ◦ blue 154

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

Shades of Deep Pink #EB199A

Tints of Deep Pink #EB199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.04%

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 56.76%
G = 6.04%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB199A (or 0xEB199A) is known color: Deep Pink. HEX triplet: EB, 19 and 9A. RGB value is (235,25,154). Sum of RGB (Red+Green+Blue) = 235+25+154=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB199A is #14E665. Grayscale: #666666. Windows color (decimal): -1369702 or 10099179. OLE color: 10099179.

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

Color convert

RGB 235 25 154 -
CMYK 0 0.89 0.34 0.08
HSL 323.14º 0.84% 0.51% -
HSV(B) 323.14º 0.89% 0.92% -
XYZ 40.44 20.69 32.43 -
YUV 102.5 157.07 222.51 -
System Red Green Blue C M Y K H S L
Decimal 235 25 154 0 0.89 0.34 0.08 323.14 0.84 0.51
Hex EB 19 9A 0 59 22 8 143 54 33
Octal 353 31 232 0 131 42 10 503 124 63
Binary 11101011 11001 10011010 0 1011001 100010 1000 101000011 1010100 110011

Color Harmonies of #EB199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB199A

Black with #EB199A

Text Example


Text Example

White with #EB199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB199A; }

 p { color: rgb(235,25,154); }

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

background-color css

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

 a { background-color: rgb(235,25,154); }

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

border-color css

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

 span { border-color: rgb(235,25,154); }

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