Html Css Color HEX #EB198A Deep Pink

📋 copy color: '#EB198A'

red 235 ◦ green 25 ◦ blue 138

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

Shades of Deep Pink #EB198A

Tints of Deep Pink #EB198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 59.05%
G = 6.28%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB198A (or 0xEB198A) is known color: Deep Pink. HEX triplet: EB, 19 and 8A. RGB value is (235,25,138). Sum of RGB (Red+Green+Blue) = 235+25+138=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB198A is #14E675. Grayscale: #646464. Windows color (decimal): -1369718 or 9050603. OLE color: 9050603.

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

Color convert

RGB 235 25 138 -
CMYK 0 0.89 0.41 0.08
HSL 327.71º 0.84% 0.51% -
HSV(B) 327.71º 0.89% 0.92% -
XYZ 39.2 20.19 25.88 -
YUV 100.67 149.07 223.81 -
System Red Green Blue C M Y K H S L
Decimal 235 25 138 0 0.89 0.41 0.08 327.71 0.84 0.51
Hex EB 19 8A 0 59 29 8 148 54 33
Octal 353 31 212 0 131 51 10 510 124 63
Binary 11101011 11001 10001010 0 1011001 101001 1000 101001000 1010100 110011

Color Harmonies of #EB198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB198A

Black with #EB198A

Text Example


Text Example

White with #EB198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB198A; }

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

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

background-color css

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

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

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

border-color css

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

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

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