Html Css Color HEX #EB0081 Deep Pink

📋 copy color: '#EB0081'

red 235 ◦ green 0 ◦ blue 129

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

Shades of Deep Pink #EB0081

Tints of Deep Pink #EB0081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 64.56%
G = 0%
B = 35.44%

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

#EB0081 (or 0xEB0081) is known color: Deep Pink. HEX triplet: EB, 00 and 81. RGB value is (235,0,129). Sum of RGB (Red+Green+Blue) = 235+0+129=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0081 is #14FF7E. Grayscale: #545454. Windows color (decimal): -1376127 or 8454379. OLE color: 8454379.

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

Color convert

RGB 235 0 129 -
CMYK 0 1 0.45 0.08
HSL 327.06º 1% 0.46% -
HSV(B) 327.06º 1% 0.92% -
XYZ 38.22 19.25 22.47 -
YUV 84.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 235 0 129 0 1 0.45 0.08 327.06 1 0.46
Hex EB 0 81 0 64 2D 8 147 64 2E
Octal 353 0 201 0 144 55 10 507 144 56
Binary 11101011 0 10000001 0 1100100 101101 1000 101000111 1100100 101110

Color Harmonies of #EB0081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0081

Black with #EB0081

Text Example


Text Example

White with #EB0081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0081; }

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

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

background-color css

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

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

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

border-color css

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

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

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