Html Css Color HEX #EC0DBB Shocking Pink

📋 copy color: '#EC0DBB'

red 236 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #EC0DBB

Tints of Shocking Pink #EC0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.98%

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 54.13%
G = 2.98%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC0DBB (or 0xEC0DBB) is known color: Shocking Pink. HEX triplet: EC, 0D and BB. RGB value is (236,13,187). Sum of RGB (Red+Green+Blue) = 236+13+187=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DBB is #13F244. Grayscale: #636363. Windows color (decimal): -1307205 or 12258796. OLE color: 12258796.

HSL color Cylindrical-coordinate representation of color #EC0DBB: hue angle of 313.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DBB is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 187 -
CMYK 0 0.94 0.21 0.07
HSL 313.18º 0.9% 0.49% -
HSV(B) 313.18º 0.94% 0.93% -
XYZ 43.71 21.71 48.9 -
YUV 99.51 177.38 225.35 -
System Red Green Blue C M Y K H S L
Decimal 236 13 187 0 0.94 0.21 0.07 313.18 0.9 0.49
Hex EC D BB 0 5E 15 7 139 5A 31
Octal 354 15 273 0 136 25 7 471 132 61
Binary 11101100 1101 10111011 0 1011110 10101 111 100111001 1011010 110001

Color Harmonies of #EC0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DBB

Black with #EC0DBB

Text Example


Text Example

White with #EC0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DBB; }

 p { color: rgb(236,13,187); }

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

background-color css

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

 a { background-color: rgb(236,13,187); }

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

border-color css

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

 span { border-color: rgb(236,13,187); }

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