Html Css Color HEX #E601BC Shocking Pink

📋 copy color: '#E601BC'

red 230 ◦ green 1 ◦ blue 188

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

Shades of Shocking Pink #E601BC

Tints of Shocking Pink #E601BC

RGB

 RED value IS 230 (90.23% from 255) = 54.89%

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 54.89%
G = 0.24%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E601BC (or 0xE601BC) is known color: Shocking Pink. HEX triplet: E6, 01 and BC. RGB value is (230,1,188). Sum of RGB (Red+Green+Blue) = 230+1+188=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BC is #19FE43. Grayscale: #5A5A5A. Windows color (decimal): -1703492 or 12321254. OLE color: 12321254.

HSL color Cylindrical-coordinate representation of color #E601BC: hue angle of 311º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601BC is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 188 -
CMYK 0 1.00 0.18 0.10
HSL 311º 0.99% 0.45% -
HSV(B) 311º 1% 0.9% -
XYZ 41.72 20.48 49.33 -
YUV 90.79 182.87 227.29 -
System Red Green Blue C M Y K H S L
Decimal 230 1 188 0 1.00 0.18 0.10 311 0.99 0.45
Hex E6 1 BC 0 64 12 A 137 63 2D
Octal 346 1 274 0 144 22 12 467 143 55
Binary 11100110 1 10111100 0 1100100 10010 1010 100110111 1100011 101101

Color Harmonies of #E601BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601BC

Black with #E601BC

Text Example


Text Example

White with #E601BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601BC; }

 p { color: rgb(230,1,188); }

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

background-color css

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

 a { background-color: rgb(230,1,188); }

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

border-color css

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

 span { border-color: rgb(230,1,188); }

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