Html Css Color HEX #EC2195 Deep Pink

📋 copy color: '#EC2195'

red 236 ◦ green 33 ◦ blue 149

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

Shades of Deep Pink #EC2195

Tints of Deep Pink #EC2195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 56.46%
G = 7.89%
B = 35.65%

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

#EC2195 (or 0xEC2195) is known color: Deep Pink. HEX triplet: EC, 21 and 95. RGB value is (236,33,149). Sum of RGB (Red+Green+Blue) = 236+33+149=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2195 is #13DE6A. Grayscale: #6A6A6A. Windows color (decimal): -1302123 or 9773548. OLE color: 9773548.

HSL color Cylindrical-coordinate representation of color #EC2195: hue angle of 325.71º 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 #EC2195 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 149 -
CMYK 0 0.86 0.37 0.07
HSL 325.71º 0.84% 0.53% -
HSV(B) 325.71º 0.86% 0.93% -
XYZ 40.56 21.09 30.37 -
YUV 106.92 151.75 220.07 -
System Red Green Blue C M Y K H S L
Decimal 236 33 149 0 0.86 0.37 0.07 325.71 0.84 0.53
Hex EC 21 95 0 56 25 7 146 54 35
Octal 354 41 225 0 126 45 7 506 124 65
Binary 11101100 100001 10010101 0 1010110 100101 111 101000110 1010100 110101

Color Harmonies of #EC2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2195

Black with #EC2195

Text Example


Text Example

White with #EC2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2195; }

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

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

background-color css

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

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

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

border-color css

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

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

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