Html Css Color HEX #E601BE Shocking Pink

📋 copy color: '#E601BE'

red 230 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #E601BE

Tints of Shocking Pink #E601BE

RGB

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

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

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

R = 54.63%
G = 0.24%
B = 45.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E601BE (or 0xE601BE) is known color: Shocking Pink. HEX triplet: E6, 01 and BE. RGB value is (230,1,190). Sum of RGB (Red+Green+Blue) = 230+1+190=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BE is #19FE41. Grayscale: #5A5A5A. Windows color (decimal): -1703490 or 12452326. OLE color: 12452326.

HSL color Cylindrical-coordinate representation of color #E601BE: hue angle of 310.48º 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 #E601BE is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 190 -
CMYK 0 1.00 0.17 0.10
HSL 310.48º 0.99% 0.45% -
HSV(B) 310.48º 1% 0.9% -
XYZ 41.94 20.56 50.47 -
YUV 91.02 183.87 227.13 -
System Red Green Blue C M Y K H S L
Decimal 230 1 190 0 1.00 0.17 0.10 310.48 0.99 0.45
Hex E6 1 BE 0 64 11 A 136 63 2D
Octal 346 1 276 0 144 21 12 466 143 55
Binary 11100110 1 10111110 0 1100100 10001 1010 100110110 1100011 101101

Color Harmonies of #E601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601BE

Black with #E601BE

Text Example


Text Example

White with #E601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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