Html Css Color HEX #EB1283 Deep Pink

📋 copy color: '#EB1283'

red 235 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #EB1283

Tints of Deep Pink #EB1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 61.2%
G = 4.69%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB1283 (or 0xEB1283) is known color: Deep Pink. HEX triplet: EB, 12 and 83. RGB value is (235,18,131). Sum of RGB (Red+Green+Blue) = 235+18+131=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1283 is #14ED7C. Grayscale: #5F5F5F. Windows color (decimal): -1371517 or 8590059. OLE color: 8590059.

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

Color convert

RGB 235 18 131 -
CMYK 0 0.92 0.44 0.08
HSL 328.76º 0.86% 0.5% -
HSV(B) 328.76º 0.92% 0.92% -
XYZ 38.57 19.73 23.25 -
YUV 95.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 235 18 131 0 0.92 0.44 0.08 328.76 0.86 0.5
Hex EB 12 83 0 5C 2C 8 149 56 32
Octal 353 22 203 0 134 54 10 511 126 62
Binary 11101011 10010 10000011 0 1011100 101100 1000 101001001 1010110 110010

Color Harmonies of #EB1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1283

Black with #EB1283

Text Example


Text Example

White with #EB1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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