Html Css Color HEX #EB1793 Deep Pink

📋 copy color: '#EB1793'

red 235 ◦ green 23 ◦ blue 147

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

Shades of Deep Pink #EB1793

Tints of Deep Pink #EB1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.68%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 58.02%
G = 5.68%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB1793 (or 0xEB1793) is known color: Deep Pink. HEX triplet: EB, 17 and 93. RGB value is (235,23,147). Sum of RGB (Red+Green+Blue) = 235+23+147=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1793 is #14E86C. Grayscale: #646464. Windows color (decimal): -1370221 or 9639915. OLE color: 9639915.

HSL color Cylindrical-coordinate representation of color #EB1793: hue angle of 324.91º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1793 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 147 -
CMYK 0 0.90 0.37 0.08
HSL 324.91º 0.84% 0.51% -
HSV(B) 324.91º 0.9% 0.92% -
XYZ 39.83 20.38 29.44 -
YUV 100.52 154.24 223.92 -
System Red Green Blue C M Y K H S L
Decimal 235 23 147 0 0.90 0.37 0.08 324.91 0.84 0.51
Hex EB 17 93 0 5A 25 8 145 54 33
Octal 353 27 223 0 132 45 10 505 124 63
Binary 11101011 10111 10010011 0 1011010 100101 1000 101000101 1010100 110011

Color Harmonies of #EB1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1793

Black with #EB1793

Text Example


Text Example

White with #EB1793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1793; }

 p { color: rgb(235,23,147); }

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

background-color css

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

 a { background-color: rgb(235,23,147); }

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

border-color css

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

 span { border-color: rgb(235,23,147); }

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