Html Css Color HEX #EC037B Deep Pink

📋 copy color: '#EC037B'

red 236 ◦ green 3 ◦ blue 123

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

Shades of Deep Pink #EC037B

Tints of Deep Pink #EC037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 65.19%
G = 0.83%
B = 33.98%

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

#EC037B (or 0xEC037B) is known color: Deep Pink. HEX triplet: EC, 03 and 7B. RGB value is (236,3,123). Sum of RGB (Red+Green+Blue) = 236+3+123=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC037B is #13FC84. Grayscale: #565656. Windows color (decimal): -1309829 or 8061932. OLE color: 8061932.

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

Color convert

RGB 236 3 123 -
CMYK 0 0.99 0.48 0.07
HSL 329.1º 0.97% 0.47% -
HSV(B) 329.1º 0.99% 0.93% -
XYZ 38.2 19.33 20.46 -
YUV 86.35 148.69 234.74 -
System Red Green Blue C M Y K H S L
Decimal 236 3 123 0 0.99 0.48 0.07 329.1 0.97 0.47
Hex EC 3 7B 0 63 30 7 149 61 2F
Octal 354 3 173 0 143 60 7 511 141 57
Binary 11101100 11 1111011 0 1100011 110000 111 101001001 1100001 101111

Color Harmonies of #EC037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC037B

Black with #EC037B

Text Example


Text Example

White with #EC037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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