Html Css Color HEX #EB0D86 Deep Pink

📋 copy color: '#EB0D86'

red 235 ◦ green 13 ◦ blue 134

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

Shades of Deep Pink #EB0D86

Tints of Deep Pink #EB0D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 61.52%
G = 3.4%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EB0D86 (or 0xEB0D86) is known color: Deep Pink. HEX triplet: EB, 0D and 86. RGB value is (235,13,134). Sum of RGB (Red+Green+Blue) = 235+13+134=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D86 is #14F279. Grayscale: #5C5C5C. Windows color (decimal): -1372794 or 8785387. OLE color: 8785387.

HSL color Cylindrical-coordinate representation of color #EB0D86: hue angle of 327.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D86 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 134 -
CMYK 0 0.94 0.43 0.08
HSL 327.3º 0.9% 0.49% -
HSV(B) 327.3º 0.94% 0.92% -
XYZ 38.71 19.67 24.31 -
YUV 93.17 151.05 229.16 -
System Red Green Blue C M Y K H S L
Decimal 235 13 134 0 0.94 0.43 0.08 327.3 0.9 0.49
Hex EB D 86 0 5E 2B 8 147 5A 31
Octal 353 15 206 0 136 53 10 507 132 61
Binary 11101011 1101 10000110 0 1011110 101011 1000 101000111 1011010 110001

Color Harmonies of #EB0D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D86

Black with #EB0D86

Text Example


Text Example

White with #EB0D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D86; }

 p { color: rgb(235,13,134); }

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

background-color css

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

 a { background-color: rgb(235,13,134); }

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

border-color css

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

 span { border-color: rgb(235,13,134); }

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