Html Css Color HEX #EB198D Deep Pink

📋 copy color: '#EB198D'

red 235 ◦ green 25 ◦ blue 141

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

Shades of Deep Pink #EB198D

Tints of Deep Pink #EB198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 58.6%
G = 6.23%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB198D (or 0xEB198D) is known color: Deep Pink. HEX triplet: EB, 19 and 8D. RGB value is (235,25,141). Sum of RGB (Red+Green+Blue) = 235+25+141=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB198D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB198D is #14E672. Grayscale: #646464. Windows color (decimal): -1369715 or 9247211. OLE color: 9247211.

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

Color convert

RGB 235 25 141 -
CMYK 0 0.89 0.4 0.08
HSL 326.86º 0.84% 0.51% -
HSV(B) 326.86º 0.89% 0.92% -
XYZ 39.42 20.28 27.04 -
YUV 101.01 150.57 223.57 -
System Red Green Blue C M Y K H S L
Decimal 235 25 141 0 0.89 0.4 0.08 326.86 0.84 0.51
Hex EB 19 8D 0 59 28 8 147 54 33
Octal 353 31 215 0 131 50 10 507 124 63
Binary 11101011 11001 10001101 0 1011001 101000 1000 101000111 1010100 110011

Color Harmonies of #EB198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB198D

Black with #EB198D

Text Example


Text Example

White with #EB198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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