Html Css Color HEX #EC0F88 Deep Pink

📋 copy color: '#EC0F88'

red 236 ◦ green 15 ◦ blue 136

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

Shades of Deep Pink #EC0F88

Tints of Deep Pink #EC0F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 60.98%
G = 3.88%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0F88 (or 0xEC0F88) is known color: Deep Pink. HEX triplet: EC, 0F and 88. RGB value is (236,15,136). Sum of RGB (Red+Green+Blue) = 236+15+136=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F88 is #13F077. Grayscale: #5E5E5E. Windows color (decimal): -1306744 or 8916972. OLE color: 8916972.

HSL color Cylindrical-coordinate representation of color #EC0F88: hue angle of 327.15º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F88 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 136 -
CMYK 0 0.94 0.42 0.07
HSL 327.15º 0.88% 0.49% -
HSV(B) 327.15º 0.94% 0.93% -
XYZ 39.21 19.95 25.08 -
YUV 94.87 151.22 228.66 -
System Red Green Blue C M Y K H S L
Decimal 236 15 136 0 0.94 0.42 0.07 327.15 0.88 0.49
Hex EC F 88 0 5E 2A 7 147 58 31
Octal 354 17 210 0 136 52 7 507 130 61
Binary 11101100 1111 10001000 0 1011110 101010 111 101000111 1011000 110001

Color Harmonies of #EC0F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F88

Black with #EC0F88

Text Example


Text Example

White with #EC0F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F88; }

 p { color: rgb(236,15,136); }

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

background-color css

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

 a { background-color: rgb(236,15,136); }

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

border-color css

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

 span { border-color: rgb(236,15,136); }

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