Html Css Color HEX #EB0082 Deep Pink

📋 copy color: '#EB0082'

red 235 ◦ green 0 ◦ blue 130

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

Shades of Deep Pink #EB0082

Tints of Deep Pink #EB0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.38%
G = 0%
B = 35.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB0082 (or 0xEB0082) is known color: Deep Pink. HEX triplet: EB, 00 and 82. RGB value is (235,0,130). Sum of RGB (Red+Green+Blue) = 235+0+130=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0082 is #14FF7D. Grayscale: #545454. Windows color (decimal): -1376126 or 8519915. OLE color: 8519915.

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

Color convert

RGB 235 0 130 -
CMYK 0 1 0.45 0.08
HSL 326.81º 1% 0.46% -
HSV(B) 326.81º 1% 0.92% -
XYZ 38.29 19.27 22.82 -
YUV 85.09 153.36 234.93 -
System Red Green Blue C M Y K H S L
Decimal 235 0 130 0 1 0.45 0.08 326.81 1 0.46
Hex EB 0 82 0 64 2D 8 147 64 2E
Octal 353 0 202 0 144 55 10 507 144 56
Binary 11101011 0 10000010 0 1100100 101101 1000 101000111 1100100 101110

Color Harmonies of #EB0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0082

Black with #EB0082

Text Example


Text Example

White with #EB0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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