Html Css Color HEX #EC0F84 Deep Pink

📋 copy color: '#EC0F84'

red 236 ◦ green 15 ◦ blue 132

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

Shades of Deep Pink #EC0F84

Tints of Deep Pink #EC0F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

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

R = 61.62%
G = 3.92%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0F84 (or 0xEC0F84) is known color: Deep Pink. HEX triplet: EC, 0F and 84. RGB value is (236,15,132). Sum of RGB (Red+Green+Blue) = 236+15+132=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F84 is #13F07B. Grayscale: #5E5E5E. Windows color (decimal): -1306748 or 8654828. OLE color: 8654828.

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

Color convert

RGB 236 15 132 -
CMYK 0 0.94 0.44 0.07
HSL 328.24º 0.88% 0.49% -
HSV(B) 328.24º 0.94% 0.93% -
XYZ 38.93 19.84 23.61 -
YUV 94.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 236 15 132 0 0.94 0.44 0.07 328.24 0.88 0.49
Hex EC F 84 0 5E 2C 7 148 58 31
Octal 354 17 204 0 136 54 7 510 130 61
Binary 11101100 1111 10000100 0 1011110 101100 111 101001000 1011000 110001

Color Harmonies of #EC0F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F84

Black with #EC0F84

Text Example


Text Example

White with #EC0F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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