Html Css Color HEX #EB0182 Deep Pink

📋 copy color: '#EB0182'

red 235 ◦ green 1 ◦ blue 130

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

Shades of Deep Pink #EB0182

Tints of Deep Pink #EB0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.21%
G = 0.27%
B = 35.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB0182 (or 0xEB0182) is known color: Deep Pink. HEX triplet: EB, 01 and 82. RGB value is (235,1,130). Sum of RGB (Red+Green+Blue) = 235+1+130=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0182 is #14FE7D. Grayscale: #555555. Windows color (decimal): -1375870 or 8520171. OLE color: 8520171.

HSL color Cylindrical-coordinate representation of color #EB0182: hue angle of 326.92º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0182 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 130 -
CMYK 0 1.00 0.45 0.08
HSL 326.92º 0.99% 0.46% -
HSV(B) 326.92º 1% 0.92% -
XYZ 38.3 19.3 22.82 -
YUV 85.67 153.02 234.51 -
System Red Green Blue C M Y K H S L
Decimal 235 1 130 0 1.00 0.45 0.08 326.92 0.99 0.46
Hex EB 1 82 0 64 2D 8 147 63 2E
Octal 353 1 202 0 144 55 10 507 143 56
Binary 11101011 1 10000010 0 1100100 101101 1000 101000111 1100011 101110

Color Harmonies of #EB0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0182

Black with #EB0182

Text Example


Text Example

White with #EB0182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0182; }

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

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

background-color css

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

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

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

border-color css

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

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

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