Html Css Color HEX #EC0083 Deep Pink

📋 copy color: '#EC0083'

red 236 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #EC0083

Tints of Deep Pink #EC0083

RGB

 RED value IS 236 (92.58% from 255) = 64.31%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.31%
G = 0%
B = 35.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0083 (or 0xEC0083) is known color: Deep Pink. HEX triplet: EC, 00 and 83. RGB value is (236,0,131). Sum of RGB (Red+Green+Blue) = 236+0+131=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0083 is #13FF7C. Grayscale: #555555. Windows color (decimal): -1310589 or 8585452. OLE color: 8585452.

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

Color convert

RGB 236 0 131 -
CMYK 0 1 0.44 0.07
HSL 326.69º 1% 0.46% -
HSV(B) 326.69º 1% 0.93% -
XYZ 38.69 19.47 23.19 -
YUV 85.5 153.69 235.35 -
System Red Green Blue C M Y K H S L
Decimal 236 0 131 0 1 0.44 0.07 326.69 1 0.46
Hex EC 0 83 0 64 2C 7 147 64 2E
Octal 354 0 203 0 144 54 7 507 144 56
Binary 11101100 0 10000011 0 1100100 101100 111 101000111 1100100 101110

Color Harmonies of #EC0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0083

Black with #EC0083

Text Example


Text Example

White with #EC0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0083; }

 p { color: rgb(236,0,131); }

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

background-color css

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

 a { background-color: rgb(236,0,131); }

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

border-color css

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

 span { border-color: rgb(236,0,131); }

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