Html Css Color HEX #EB0183 Deep Pink

📋 copy color: '#EB0183'

red 235 ◦ green 1 ◦ blue 131

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

Shades of Deep Pink #EB0183

Tints of Deep Pink #EB0183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 64.03%
G = 0.27%
B = 35.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EB0183 (or 0xEB0183) is known color: Deep Pink. HEX triplet: EB, 01 and 83. RGB value is (235,1,131). Sum of RGB (Red+Green+Blue) = 235+1+131=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0183 is #14FE7C. Grayscale: #555555. Windows color (decimal): -1375869 or 8585707. OLE color: 8585707.

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

Color convert

RGB 235 1 131 -
CMYK 0 1.00 0.44 0.08
HSL 326.67º 0.99% 0.46% -
HSV(B) 326.67º 1% 0.92% -
XYZ 38.37 19.32 23.18 -
YUV 85.79 153.52 234.43 -
System Red Green Blue C M Y K H S L
Decimal 235 1 131 0 1.00 0.44 0.08 326.67 0.99 0.46
Hex EB 1 83 0 64 2C 8 147 63 2E
Octal 353 1 203 0 144 54 10 507 143 56
Binary 11101011 1 10000011 0 1100100 101100 1000 101000111 1100011 101110

Color Harmonies of #EB0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0183

Black with #EB0183

Text Example


Text Example

White with #EB0183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0183; }

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

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

background-color css

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

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

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

border-color css

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

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

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