Html Css Color HEX #EC1E83 Deep Pink

📋 copy color: '#EC1E83'

red 236 ◦ green 30 ◦ blue 131

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

Shades of Deep Pink #EC1E83

Tints of Deep Pink #EC1E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

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

R = 59.45%
G = 7.56%
B = 33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1E83 (or 0xEC1E83) is known color: Deep Pink. HEX triplet: EC, 1E and 83. RGB value is (236,30,131). Sum of RGB (Red+Green+Blue) = 236+30+131=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E83 is #13E17C. Grayscale: #666666. Windows color (decimal): -1302909 or 8593132. OLE color: 8593132.

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

Color convert

RGB 236 30 131 -
CMYK 0 0.87 0.44 0.07
HSL 330.58º 0.84% 0.52% -
HSV(B) 330.58º 0.87% 0.93% -
XYZ 39.15 20.4 23.35 -
YUV 103.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 236 30 131 0 0.87 0.44 0.07 330.58 0.84 0.52
Hex EC 1E 83 0 57 2C 7 14B 54 34
Octal 354 36 203 0 127 54 7 513 124 64
Binary 11101100 11110 10000011 0 1010111 101100 111 101001011 1010100 110100

Color Harmonies of #EC1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E83

Black with #EC1E83

Text Example


Text Example

White with #EC1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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