Html Css Color HEX #EB0D91 Deep Pink

📋 copy color: '#EB0D91'

red 235 ◦ green 13 ◦ blue 145

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

Shades of Deep Pink #EB0D91

Tints of Deep Pink #EB0D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 59.8%
G = 3.31%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EB0D91 (or 0xEB0D91) is known color: Deep Pink. HEX triplet: EB, 0D and 91. RGB value is (235,13,145). Sum of RGB (Red+Green+Blue) = 235+13+145=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D91 is #14F26E. Grayscale: #5E5E5E. Windows color (decimal): -1372783 or 9506283. OLE color: 9506283.

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

Color convert

RGB 235 13 145 -
CMYK 0 0.94 0.38 0.08
HSL 324.32º 0.9% 0.49% -
HSV(B) 324.32º 0.94% 0.92% -
XYZ 39.52 19.99 28.56 -
YUV 94.43 156.55 228.27 -
System Red Green Blue C M Y K H S L
Decimal 235 13 145 0 0.94 0.38 0.08 324.32 0.9 0.49
Hex EB D 91 0 5E 26 8 144 5A 31
Octal 353 15 221 0 136 46 10 504 132 61
Binary 11101011 1101 10010001 0 1011110 100110 1000 101000100 1011010 110001

Color Harmonies of #EB0D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D91

Black with #EB0D91

Text Example


Text Example

White with #EB0D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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