Html Css Color HEX #EB1185 Deep Pink

📋 copy color: '#EB1185'

red 235 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #EB1185

Tints of Deep Pink #EB1185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 61.04%
G = 4.42%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB1185 (or 0xEB1185) is known color: Deep Pink. HEX triplet: EB, 11 and 85. RGB value is (235,17,133). Sum of RGB (Red+Green+Blue) = 235+17+133=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1185 is #14EE7A. Grayscale: #5F5F5F. Windows color (decimal): -1371771 or 8720875. OLE color: 8720875.

HSL color Cylindrical-coordinate representation of color #EB1185: hue angle of 328.07º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB1185 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 133 -
CMYK 0 0.93 0.43 0.08
HSL 328.07º 0.87% 0.49% -
HSV(B) 328.07º 0.93% 0.92% -
XYZ 38.7 19.76 23.96 -
YUV 95.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 235 17 133 0 0.93 0.43 0.08 328.07 0.87 0.49
Hex EB 11 85 0 5D 2B 8 148 57 31
Octal 353 21 205 0 135 53 10 510 127 61
Binary 11101011 10001 10000101 0 1011101 101011 1000 101001000 1010111 110001

Color Harmonies of #EB1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1185

Black with #EB1185

Text Example


Text Example

White with #EB1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1185; }

 p { color: rgb(235,17,133); }

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

background-color css

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

 a { background-color: rgb(235,17,133); }

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

border-color css

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

 span { border-color: rgb(235,17,133); }

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