Html Css Color HEX #EB2192 Deep Pink

📋 copy color: '#EB2192'

red 235 ◦ green 33 ◦ blue 146

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

Shades of Deep Pink #EB2192

Tints of Deep Pink #EB2192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.97%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 56.76%
G = 7.97%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB2192 (or 0xEB2192) is known color: Deep Pink. HEX triplet: EB, 21 and 92. RGB value is (235,33,146). Sum of RGB (Red+Green+Blue) = 235+33+146=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2192 is #14DE6D. Grayscale: #6A6A6A. Windows color (decimal): -1367662 or 9576939. OLE color: 9576939.

HSL color Cylindrical-coordinate representation of color #EB2192: hue angle of 326.44º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2192 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 146 -
CMYK 0 0.86 0.38 0.08
HSL 326.44º 0.83% 0.53% -
HSV(B) 326.44º 0.86% 0.92% -
XYZ 39.99 20.83 29.11 -
YUV 106.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 235 33 146 0 0.86 0.38 0.08 326.44 0.83 0.53
Hex EB 21 92 0 56 26 8 146 53 35
Octal 353 41 222 0 126 46 10 506 123 65
Binary 11101011 100001 10010010 0 1010110 100110 1000 101000110 1010011 110101

Color Harmonies of #EB2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2192

Black with #EB2192

Text Example


Text Example

White with #EB2192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2192; }

 p { color: rgb(235,33,146); }

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

background-color css

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

 a { background-color: rgb(235,33,146); }

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

border-color css

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

 span { border-color: rgb(235,33,146); }

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