Html Css Color HEX #EC0B8E Deep Pink

📋 copy color: '#EC0B8E'

red 236 ◦ green 11 ◦ blue 142

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

Shades of Deep Pink #EC0B8E

Tints of Deep Pink #EC0B8E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.83%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 60.67%
G = 2.83%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC0B8E (or 0xEC0B8E) is known color: Deep Pink. HEX triplet: EC, 0B and 8E. RGB value is (236,11,142). Sum of RGB (Red+Green+Blue) = 236+11+142=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B8E is #13F471. Grayscale: #5C5C5C. Windows color (decimal): -1307762 or 9309164. OLE color: 9309164.

HSL color Cylindrical-coordinate representation of color #EC0B8E: hue angle of 325.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B8E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 11 142 -
CMYK 0 0.95 0.40 0.07
HSL 325.07º 0.91% 0.48% -
HSV(B) 325.07º 0.95% 0.93% -
XYZ 39.59 20.03 27.37 -
YUV 93.21 155.54 229.85 -
System Red Green Blue C M Y K H S L
Decimal 236 11 142 0 0.95 0.40 0.07 325.07 0.91 0.48
Hex EC B 8E 0 5F 28 7 145 5B 30
Octal 354 13 216 0 137 50 7 505 133 60
Binary 11101100 1011 10001110 0 1011111 101000 111 101000101 1011011 110000

Color Harmonies of #EC0B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B8E

Black with #EC0B8E

Text Example


Text Example

White with #EC0B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B8E; }

 p { color: rgb(236,11,142); }

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

background-color css

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

 a { background-color: rgb(236,11,142); }

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

border-color css

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

 span { border-color: rgb(236,11,142); }

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