Html Css Color HEX #EC0B8B Deep Pink

📋 copy color: '#EC0B8B'

red 236 ◦ green 11 ◦ blue 139

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

Shades of Deep Pink #EC0B8B

Tints of Deep Pink #EC0B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 61.14%
G = 2.85%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC0B8B (or 0xEC0B8B) is known color: Deep Pink. HEX triplet: EC, 0B and 8B. RGB value is (236,11,139). Sum of RGB (Red+Green+Blue) = 236+11+139=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B8B is #13F474. Grayscale: #5C5C5C. Windows color (decimal): -1307765 or 9112556. OLE color: 9112556.

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

Color convert

RGB 236 11 139 -
CMYK 0 0.95 0.41 0.07
HSL 325.87º 0.91% 0.48% -
HSV(B) 325.87º 0.95% 0.93% -
XYZ 39.37 19.94 26.2 -
YUV 92.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 236 11 139 0 0.95 0.41 0.07 325.87 0.91 0.48
Hex EC B 8B 0 5F 29 7 146 5B 30
Octal 354 13 213 0 137 51 7 506 133 60
Binary 11101100 1011 10001011 0 1011111 101001 111 101000110 1011011 110000

Color Harmonies of #EC0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B8B

Black with #EC0B8B

Text Example


Text Example

White with #EC0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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