Html Css Color HEX #EB197E Deep Pink

📋 copy color: '#EB197E'

red 235 ◦ green 25 ◦ blue 126

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

Shades of Deep Pink #EB197E

Tints of Deep Pink #EB197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 60.88%
G = 6.48%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB197E (or 0xEB197E) is known color: Deep Pink. HEX triplet: EB, 19 and 7E. RGB value is (235,25,126). Sum of RGB (Red+Green+Blue) = 235+25+126=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB197E is #14E681. Grayscale: #636363. Windows color (decimal): -1369730 or 8264171. OLE color: 8264171.

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

Color convert

RGB 235 25 126 -
CMYK 0 0.89 0.46 0.08
HSL 331.14º 0.84% 0.51% -
HSV(B) 331.14º 0.89% 0.92% -
XYZ 38.37 19.86 21.55 -
YUV 99.3 143.07 224.79 -
System Red Green Blue C M Y K H S L
Decimal 235 25 126 0 0.89 0.46 0.08 331.14 0.84 0.51
Hex EB 19 7E 0 59 2E 8 14B 54 33
Octal 353 31 176 0 131 56 10 513 124 63
Binary 11101011 11001 1111110 0 1011001 101110 1000 101001011 1010100 110011

Color Harmonies of #EB197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB197E

Black with #EB197E

Text Example


Text Example

White with #EB197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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