Html Css Color HEX #EC027B Deep Pink

📋 copy color: '#EC027B'

red 236 ◦ green 2 ◦ blue 123

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

Shades of Deep Pink #EC027B

Tints of Deep Pink #EC027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 65.37%
G = 0.55%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC027B (or 0xEC027B) is known color: Deep Pink. HEX triplet: EC, 02 and 7B. RGB value is (236,2,123). Sum of RGB (Red+Green+Blue) = 236+2+123=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC027B is #13FD84. Grayscale: #555555. Windows color (decimal): -1310085 or 8061676. OLE color: 8061676.

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

Color convert

RGB 236 2 123 -
CMYK 0 0.99 0.48 0.07
HSL 328.97º 0.98% 0.47% -
HSV(B) 328.97º 0.99% 0.93% -
XYZ 38.19 19.31 20.45 -
YUV 85.76 149.02 235.16 -
System Red Green Blue C M Y K H S L
Decimal 236 2 123 0 0.99 0.48 0.07 328.97 0.98 0.47
Hex EC 2 7B 0 63 30 7 149 62 2F
Octal 354 2 173 0 143 60 7 511 142 57
Binary 11101100 10 1111011 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #EC027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC027B

Black with #EC027B

Text Example


Text Example

White with #EC027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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