Html Css Color HEX #EC1885 Deep Pink

📋 copy color: '#EC1885'

red 236 ◦ green 24 ◦ blue 133

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

Shades of Deep Pink #EC1885

Tints of Deep Pink #EC1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.11%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 60.05%
G = 6.11%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1885 (or 0xEC1885) is known color: Deep Pink. HEX triplet: EC, 18 and 85. RGB value is (236,24,133). Sum of RGB (Red+Green+Blue) = 236+24+133=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1885 is #13E77A. Grayscale: #636363. Windows color (decimal): -1304443 or 8722668. OLE color: 8722668.

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

Color convert

RGB 236 24 133 -
CMYK 0 0.90 0.44 0.07
HSL 329.15º 0.85% 0.51% -
HSV(B) 329.15º 0.9% 0.93% -
XYZ 39.15 20.18 24.02 -
YUV 99.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 236 24 133 0 0.90 0.44 0.07 329.15 0.85 0.51
Hex EC 18 85 0 5A 2C 7 149 55 33
Octal 354 30 205 0 132 54 7 511 125 63
Binary 11101100 11000 10000101 0 1011010 101100 111 101001001 1010101 110011

Color Harmonies of #EC1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1885

Black with #EC1885

Text Example


Text Example

White with #EC1885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1885; }

 p { color: rgb(236,24,133); }

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

background-color css

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

 a { background-color: rgb(236,24,133); }

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

border-color css

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

 span { border-color: rgb(236,24,133); }

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