Html Css Color HEX #EB197D Deep Pink

📋 copy color: '#EB197D'

red 235 ◦ green 25 ◦ blue 125

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

Shades of Deep Pink #EB197D

Tints of Deep Pink #EB197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 61.04%
G = 6.49%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB197D (or 0xEB197D) is known color: Deep Pink. HEX triplet: EB, 19 and 7D. RGB value is (235,25,125). Sum of RGB (Red+Green+Blue) = 235+25+125=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB197D is #14E682. Grayscale: #636363. Windows color (decimal): -1369731 or 8198635. OLE color: 8198635.

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

Color convert

RGB 235 25 125 -
CMYK 0 0.89 0.47 0.08
HSL 331.43º 0.84% 0.51% -
HSV(B) 331.43º 0.89% 0.92% -
XYZ 38.31 19.84 21.21 -
YUV 99.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 235 25 125 0 0.89 0.47 0.08 331.43 0.84 0.51
Hex EB 19 7D 0 59 2F 8 14B 54 33
Octal 353 31 175 0 131 57 10 513 124 63
Binary 11101011 11001 1111101 0 1011001 101111 1000 101001011 1010100 110011

Color Harmonies of #EB197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB197D

Black with #EB197D

Text Example


Text Example

White with #EB197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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