Html Css Color HEX #EC0384 Deep Pink

📋 copy color: '#EC0384'

red 236 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #EC0384

Tints of Deep Pink #EC0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 63.61%
G = 0.81%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0384 (or 0xEC0384) is known color: Deep Pink. HEX triplet: EC, 03 and 84. RGB value is (236,3,132). Sum of RGB (Red+Green+Blue) = 236+3+132=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0384 is #13FC7B. Grayscale: #575757. Windows color (decimal): -1309820 or 8651756. OLE color: 8651756.

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

Color convert

RGB 236 3 132 -
CMYK 0 0.99 0.44 0.07
HSL 326.78º 0.97% 0.47% -
HSV(B) 326.78º 0.99% 0.93% -
XYZ 38.79 19.56 23.56 -
YUV 87.37 153.19 234.01 -
System Red Green Blue C M Y K H S L
Decimal 236 3 132 0 0.99 0.44 0.07 326.78 0.97 0.47
Hex EC 3 84 0 63 2C 7 147 61 2F
Octal 354 3 204 0 143 54 7 507 141 57
Binary 11101100 11 10000100 0 1100011 101100 111 101000111 1100001 101111

Color Harmonies of #EC0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0384

Black with #EC0384

Text Example


Text Example

White with #EC0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0384; }

 p { color: rgb(236,3,132); }

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

background-color css

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

 a { background-color: rgb(236,3,132); }

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

border-color css

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

 span { border-color: rgb(236,3,132); }

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