Html Css Color HEX #EC1E94 Deep Pink

📋 copy color: '#EC1E94'

red 236 ◦ green 30 ◦ blue 148

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

Shades of Deep Pink #EC1E94

Tints of Deep Pink #EC1E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.25%

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

R = 57%
G = 7.25%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC1E94 (or 0xEC1E94) is known color: Deep Pink. HEX triplet: EC, 1E and 94. RGB value is (236,30,148). Sum of RGB (Red+Green+Blue) = 236+30+148=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E94 is #13E16B. Grayscale: #686868. Windows color (decimal): -1302892 or 9707244. OLE color: 9707244.

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

Color convert

RGB 236 30 148 -
CMYK 0 0.87 0.37 0.07
HSL 325.63º 0.84% 0.52% -
HSV(B) 325.63º 0.87% 0.93% -
XYZ 40.4 20.9 29.92 -
YUV 105.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 236 30 148 0 0.87 0.37 0.07 325.63 0.84 0.52
Hex EC 1E 94 0 57 25 7 146 54 34
Octal 354 36 224 0 127 45 7 506 124 64
Binary 11101100 11110 10010100 0 1010111 100101 111 101000110 1010100 110100

Color Harmonies of #EC1E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E94

Black with #EC1E94

Text Example


Text Example

White with #EC1E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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