Html Css Color HEX #EB0983 Deep Pink

📋 copy color: '#EB0983'

red 235 ◦ green 9 ◦ blue 131

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

Shades of Deep Pink #EB0983

Tints of Deep Pink #EB0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.4%

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 62.67%
G = 2.4%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB0983 (or 0xEB0983) is known color: Deep Pink. HEX triplet: EB, 09 and 83. RGB value is (235,9,131). Sum of RGB (Red+Green+Blue) = 235+9+131=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0983 is #14F67C. Grayscale: #5A5A5A. Windows color (decimal): -1373821 or 8587755. OLE color: 8587755.

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

Color convert

RGB 235 9 131 -
CMYK 0 0.96 0.44 0.08
HSL 327.61º 0.93% 0.48% -
HSV(B) 327.61º 0.96% 0.92% -
XYZ 38.46 19.5 23.21 -
YUV 90.48 150.87 231.08 -
System Red Green Blue C M Y K H S L
Decimal 235 9 131 0 0.96 0.44 0.08 327.61 0.93 0.48
Hex EB 9 83 0 60 2C 8 148 5D 30
Octal 353 11 203 0 140 54 10 510 135 60
Binary 11101011 1001 10000011 0 1100000 101100 1000 101001000 1011101 110000

Color Harmonies of #EB0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0983

Black with #EB0983

Text Example


Text Example

White with #EB0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0983; }

 p { color: rgb(235,9,131); }

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

background-color css

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

 a { background-color: rgb(235,9,131); }

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

border-color css

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

 span { border-color: rgb(235,9,131); }

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