Html Css Color HEX #EC027F Deep Pink

📋 copy color: '#EC027F'

red 236 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #EC027F

Tints of Deep Pink #EC027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 64.66%
G = 0.55%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC027F (or 0xEC027F) is known color: Deep Pink. HEX triplet: EC, 02 and 7F. RGB value is (236,2,127). Sum of RGB (Red+Green+Blue) = 236+2+127=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC027F is #13FD80. Grayscale: #555555. Windows color (decimal): -1310081 or 8323820. OLE color: 8323820.

HSL color Cylindrical-coordinate representation of color #EC027F: hue angle of 327.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC027F is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 127 -
CMYK 0 0.99 0.46 0.07
HSL 327.95º 0.98% 0.47% -
HSV(B) 327.95º 0.99% 0.93% -
XYZ 38.44 19.41 21.8 -
YUV 86.22 151.02 234.84 -
System Red Green Blue C M Y K H S L
Decimal 236 2 127 0 0.99 0.46 0.07 327.95 0.98 0.47
Hex EC 2 7F 0 63 2E 7 148 62 2F
Octal 354 2 177 0 143 56 7 510 142 57
Binary 11101100 10 1111111 0 1100011 101110 111 101001000 1100010 101111

Color Harmonies of #EC027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC027F

Black with #EC027F

Text Example


Text Example

White with #EC027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC027F; }

 p { color: rgb(236,2,127); }

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

background-color css

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

 a { background-color: rgb(236,2,127); }

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

border-color css

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

 span { border-color: rgb(236,2,127); }

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