Html Css Color HEX #EB1082 Deep Pink

📋 copy color: '#EB1082'

red 235 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #EB1082

Tints of Deep Pink #EB1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 61.68%
G = 4.2%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB1082 (or 0xEB1082) is known color: Deep Pink. HEX triplet: EB, 10 and 82. RGB value is (235,16,130). Sum of RGB (Red+Green+Blue) = 235+16+130=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1082 is #14EF7D. Grayscale: #5E5E5E. Windows color (decimal): -1372030 or 8524011. OLE color: 8524011.

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

Color convert

RGB 235 16 130 -
CMYK 0 0.93 0.45 0.08
HSL 328.77º 0.87% 0.49% -
HSV(B) 328.77º 0.93% 0.92% -
XYZ 38.48 19.64 22.88 -
YUV 94.48 148.05 228.23 -
System Red Green Blue C M Y K H S L
Decimal 235 16 130 0 0.93 0.45 0.08 328.77 0.87 0.49
Hex EB 10 82 0 5D 2D 8 149 57 31
Octal 353 20 202 0 135 55 10 511 127 61
Binary 11101011 10000 10000010 0 1011101 101101 1000 101001001 1010111 110001

Color Harmonies of #EB1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1082

Black with #EB1082

Text Example


Text Example

White with #EB1082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1082; }

 p { color: rgb(235,16,130); }

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

background-color css

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

 a { background-color: rgb(235,16,130); }

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

border-color css

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

 span { border-color: rgb(235,16,130); }

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