Html Css Color HEX #EC1795 Deep Pink

📋 copy color: '#EC1795'

red 236 ◦ green 23 ◦ blue 149

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

Shades of Deep Pink #EC1795

Tints of Deep Pink #EC1795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.64%

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

R = 57.84%
G = 5.64%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1795 (or 0xEC1795) is known color: Deep Pink. HEX triplet: EC, 17 and 95. RGB value is (236,23,149). Sum of RGB (Red+Green+Blue) = 236+23+149=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1795 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1795 is #13E86A. Grayscale: #646464. Windows color (decimal): -1304683 or 9770988. OLE color: 9770988.

HSL color Cylindrical-coordinate representation of color #EC1795: hue angle of 324.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1795 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 149 -
CMYK 0 0.90 0.37 0.07
HSL 324.51º 0.85% 0.51% -
HSV(B) 324.51º 0.9% 0.93% -
XYZ 40.32 20.62 30.29 -
YUV 101.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 236 23 149 0 0.90 0.37 0.07 324.51 0.85 0.51
Hex EC 17 95 0 5A 25 7 145 55 33
Octal 354 27 225 0 132 45 7 505 125 63
Binary 11101100 10111 10010101 0 1011010 100101 111 101000101 1010101 110011

Color Harmonies of #EC1795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1795

Black with #EC1795

Text Example


Text Example

White with #EC1795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1795; }

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

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

background-color css

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

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

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

border-color css

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

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

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