Html Css Color HEX #EB1483 Deep Pink

📋 copy color: '#EB1483'

red 235 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #EB1483

Tints of Deep Pink #EB1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

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

R = 60.88%
G = 5.18%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB1483 (or 0xEB1483) is known color: Deep Pink. HEX triplet: EB, 14 and 83. RGB value is (235,20,131). Sum of RGB (Red+Green+Blue) = 235+20+131=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1483 is #14EB7C. Grayscale: #606060. Windows color (decimal): -1371005 or 8590571. OLE color: 8590571.

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

Color convert

RGB 235 20 131 -
CMYK 0 0.91 0.44 0.08
HSL 329.02º 0.84% 0.5% -
HSV(B) 329.02º 0.91% 0.92% -
XYZ 38.61 19.8 23.26 -
YUV 96.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 235 20 131 0 0.91 0.44 0.08 329.02 0.84 0.5
Hex EB 14 83 0 5B 2C 8 149 54 32
Octal 353 24 203 0 133 54 10 511 124 62
Binary 11101011 10100 10000011 0 1011011 101100 1000 101001001 1010100 110010

Color Harmonies of #EB1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1483

Black with #EB1483

Text Example


Text Example

White with #EB1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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