Html Css Color HEX #EB0581 Deep Pink

📋 copy color: '#EB0581'

red 235 ◦ green 5 ◦ blue 129

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

Shades of Deep Pink #EB0581

Tints of Deep Pink #EB0581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 63.69%
G = 1.36%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB0581 (or 0xEB0581) is known color: Deep Pink. HEX triplet: EB, 05 and 81. RGB value is (235,5,129). Sum of RGB (Red+Green+Blue) = 235+5+129=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0581 is #14FA7E. Grayscale: #575757. Windows color (decimal): -1374847 or 8455659. OLE color: 8455659.

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

Color convert

RGB 235 5 129 -
CMYK 0 0.98 0.45 0.08
HSL 327.65º 0.96% 0.47% -
HSV(B) 327.65º 0.98% 0.92% -
XYZ 38.28 19.36 22.49 -
YUV 87.91 151.2 232.92 -
System Red Green Blue C M Y K H S L
Decimal 235 5 129 0 0.98 0.45 0.08 327.65 0.96 0.47
Hex EB 5 81 0 62 2D 8 148 60 2F
Octal 353 5 201 0 142 55 10 510 140 57
Binary 11101011 101 10000001 0 1100010 101101 1000 101001000 1100000 101111

Color Harmonies of #EB0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0581

Black with #EB0581

Text Example


Text Example

White with #EB0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0581; }

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

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

background-color css

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

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

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

border-color css

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

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

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