Html Css Color HEX #EC2095 Deep Pink

📋 copy color: '#EC2095'

red 236 ◦ green 32 ◦ blue 149

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

Shades of Deep Pink #EC2095

Tints of Deep Pink #EC2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

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

R = 56.59%
G = 7.67%
B = 35.73%

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

#EC2095 (or 0xEC2095) is known color: Deep Pink. HEX triplet: EC, 20 and 95. RGB value is (236,32,149). Sum of RGB (Red+Green+Blue) = 236+32+149=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2095 is #13DF6A. Grayscale: #6A6A6A. Windows color (decimal): -1302379 or 9773292. OLE color: 9773292.

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

Color convert

RGB 236 32 149 -
CMYK 0 0.86 0.37 0.07
HSL 325.59º 0.84% 0.53% -
HSV(B) 325.59º 0.86% 0.93% -
XYZ 40.53 21.04 30.36 -
YUV 106.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 236 32 149 0 0.86 0.37 0.07 325.59 0.84 0.53
Hex EC 20 95 0 56 25 7 146 54 35
Octal 354 40 225 0 126 45 7 506 124 65
Binary 11101100 100000 10010101 0 1010110 100101 111 101000110 1010100 110101

Color Harmonies of #EC2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2095

Black with #EC2095

Text Example


Text Example

White with #EC2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2095; }

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

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

background-color css

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

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

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

border-color css

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

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

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