Html Css Color HEX #EC1E8F Deep Pink

📋 copy color: '#EC1E8F'

red 236 ◦ green 30 ◦ blue 143

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

Shades of Deep Pink #EC1E8F

Tints of Deep Pink #EC1E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 57.7%
G = 7.33%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC1E8F (or 0xEC1E8F) is known color: Deep Pink. HEX triplet: EC, 1E and 8F. RGB value is (236,30,143). Sum of RGB (Red+Green+Blue) = 236+30+143=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E8F is #13E170. Grayscale: #686868. Windows color (decimal): -1302897 or 9379564. OLE color: 9379564.

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

Color convert

RGB 236 30 143 -
CMYK 0 0.87 0.39 0.07
HSL 327.09º 0.84% 0.52% -
HSV(B) 327.09º 0.87% 0.93% -
XYZ 40.01 20.74 27.88 -
YUV 104.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 236 30 143 0 0.87 0.39 0.07 327.09 0.84 0.52
Hex EC 1E 8F 0 57 27 7 147 54 34
Octal 354 36 217 0 127 47 7 507 124 64
Binary 11101100 11110 10001111 0 1010111 100111 111 101000111 1010100 110100

Color Harmonies of #EC1E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E8F

Black with #EC1E8F

Text Example


Text Example

White with #EC1E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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