Html Css Color HEX #EC2194 Deep Pink

📋 copy color: '#EC2194'

red 236 ◦ green 33 ◦ blue 148

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

Shades of Deep Pink #EC2194

Tints of Deep Pink #EC2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 56.59%
G = 7.91%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC2194 (or 0xEC2194) is known color: Deep Pink. HEX triplet: EC, 21 and 94. RGB value is (236,33,148). Sum of RGB (Red+Green+Blue) = 236+33+148=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2194 is #13DE6B. Grayscale: #6A6A6A. Windows color (decimal): -1302124 or 9708012. OLE color: 9708012.

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

Color convert

RGB 236 33 148 -
CMYK 0 0.86 0.37 0.07
HSL 326.01º 0.84% 0.53% -
HSV(B) 326.01º 0.86% 0.93% -
XYZ 40.48 21.06 29.95 -
YUV 106.81 151.25 220.15 -
System Red Green Blue C M Y K H S L
Decimal 236 33 148 0 0.86 0.37 0.07 326.01 0.84 0.53
Hex EC 21 94 0 56 25 7 146 54 35
Octal 354 41 224 0 126 45 7 506 124 65
Binary 11101100 100001 10010100 0 1010110 100101 111 101000110 1010100 110101

Color Harmonies of #EC2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2194

Black with #EC2194

Text Example


Text Example

White with #EC2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2194; }

 p { color: rgb(236,33,148); }

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

background-color css

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

 a { background-color: rgb(236,33,148); }

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

border-color css

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

 span { border-color: rgb(236,33,148); }

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