Html Css Color HEX #EC09BD Shocking Pink

📋 copy color: '#EC09BD'

red 236 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #EC09BD

Tints of Shocking Pink #EC09BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.07%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 54.38%
G = 2.07%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC09BD (or 0xEC09BD) is known color: Shocking Pink. HEX triplet: EC, 09 and BD. RGB value is (236,9,189). Sum of RGB (Red+Green+Blue) = 236+9+189=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09BD is #13F642. Grayscale: #606060. Windows color (decimal): -1308227 or 12388844. OLE color: 12388844.

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

Color convert

RGB 236 9 189 -
CMYK 0 0.96 0.20 0.07
HSL 312.42º 0.93% 0.48% -
HSV(B) 312.42º 0.96% 0.93% -
XYZ 43.88 21.7 50.02 -
YUV 97.39 179.71 226.86 -
System Red Green Blue C M Y K H S L
Decimal 236 9 189 0 0.96 0.20 0.07 312.42 0.93 0.48
Hex EC 9 BD 0 60 14 7 138 5D 30
Octal 354 11 275 0 140 24 7 470 135 60
Binary 11101100 1001 10111101 0 1100000 10100 111 100111000 1011101 110000

Color Harmonies of #EC09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC09BD

Black with #EC09BD

Text Example


Text Example

White with #EC09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC09BD; }

 p { color: rgb(236,9,189); }

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

background-color css

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

 a { background-color: rgb(236,9,189); }

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

border-color css

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

 span { border-color: rgb(236,9,189); }

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