Html Css Color HEX #EC05BB Shocking Pink

📋 copy color: '#EC05BB'

red 236 ◦ green 5 ◦ blue 187

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

Shades of Shocking Pink #EC05BB

Tints of Shocking Pink #EC05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 55.14%
G = 1.17%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC05BB (or 0xEC05BB) is known color: Shocking Pink. HEX triplet: EC, 05 and BB. RGB value is (236,5,187). Sum of RGB (Red+Green+Blue) = 236+5+187=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05BB is #13FA44. Grayscale: #5E5E5E. Windows color (decimal): -1309253 or 12256748. OLE color: 12256748.

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

Color convert

RGB 236 5 187 -
CMYK 0 0.98 0.21 0.07
HSL 312.73º 0.96% 0.47% -
HSV(B) 312.73º 0.98% 0.93% -
XYZ 43.62 21.53 48.87 -
YUV 94.82 180.03 228.7 -
System Red Green Blue C M Y K H S L
Decimal 236 5 187 0 0.98 0.21 0.07 312.73 0.96 0.47
Hex EC 5 BB 0 62 15 7 139 60 2F
Octal 354 5 273 0 142 25 7 471 140 57
Binary 11101100 101 10111011 0 1100010 10101 111 100111001 1100000 101111

Color Harmonies of #EC05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05BB

Black with #EC05BB

Text Example


Text Example

White with #EC05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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