Html Css Color HEX #EC01BE Shocking Pink

📋 copy color: '#EC01BE'

red 236 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #EC01BE

Tints of Shocking Pink #EC01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 55.27%
G = 0.23%
B = 44.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC01BE (or 0xEC01BE) is known color: Shocking Pink. HEX triplet: EC, 01 and BE. RGB value is (236,1,190). Sum of RGB (Red+Green+Blue) = 236+1+190=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BE is #13FE41. Grayscale: #5C5C5C. Windows color (decimal): -1310274 or 12452332. OLE color: 12452332.

HSL color Cylindrical-coordinate representation of color #EC01BE: hue angle of 311.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01BE is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 190 -
CMYK 0 1.00 0.19 0.07
HSL 311.74º 0.99% 0.46% -
HSV(B) 311.74º 1% 0.93% -
XYZ 43.9 21.57 50.57 -
YUV 92.81 182.86 230.13 -
System Red Green Blue C M Y K H S L
Decimal 236 1 190 0 1.00 0.19 0.07 311.74 0.99 0.46
Hex EC 1 BE 0 64 13 7 138 63 2E
Octal 354 1 276 0 144 23 7 470 143 56
Binary 11101100 1 10111110 0 1100100 10011 111 100111000 1100011 101110

Color Harmonies of #EC01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01BE

Black with #EC01BE

Text Example


Text Example

White with #EC01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01BE; }

 p { color: rgb(236,1,190); }

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

background-color css

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

 a { background-color: rgb(236,1,190); }

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

border-color css

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

 span { border-color: rgb(236,1,190); }

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