Html Css Color HEX #EC1DBB Shocking Pink

📋 copy color: '#EC1DBB'

red 236 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #EC1DBB

Tints of Shocking Pink #EC1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.42%

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

R = 52.21%
G = 6.42%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC1DBB (or 0xEC1DBB) is known color: Shocking Pink. HEX triplet: EC, 1D and BB. RGB value is (236,29,187). Sum of RGB (Red+Green+Blue) = 236+29+187=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DBB is #13E244. Grayscale: #6C6C6C. Windows color (decimal): -1303109 or 12262892. OLE color: 12262892.

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

Color convert

RGB 236 29 187 -
CMYK 0 0.88 0.21 0.07
HSL 314.2º 0.84% 0.52% -
HSV(B) 314.2º 0.88% 0.93% -
XYZ 44 22.3 49 -
YUV 108.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 236 29 187 0 0.88 0.21 0.07 314.2 0.84 0.52
Hex EC 1D BB 0 58 15 7 13A 54 34
Octal 354 35 273 0 130 25 7 472 124 64
Binary 11101100 11101 10111011 0 1011000 10101 111 100111010 1010100 110100

Color Harmonies of #EC1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DBB

Black with #EC1DBB

Text Example


Text Example

White with #EC1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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