Html Css Color HEX #E601BA Shocking Pink

📋 copy color: '#E601BA'

red 230 ◦ green 1 ◦ blue 186

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

Shades of Shocking Pink #E601BA

Tints of Shocking Pink #E601BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 55.16%
G = 0.24%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E601BA (or 0xE601BA) is known color: Shocking Pink. HEX triplet: E6, 01 and BA. RGB value is (230,1,186). Sum of RGB (Red+Green+Blue) = 230+1+186=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E601BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601BA is #19FE45. Grayscale: #5A5A5A. Windows color (decimal): -1703494 or 12190182. OLE color: 12190182.

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

Color convert

RGB 230 1 186 -
CMYK 0 1.00 0.19 0.10
HSL 311.53º 0.99% 0.45% -
HSV(B) 311.53º 1% 0.9% -
XYZ 41.51 20.39 48.2 -
YUV 90.56 181.87 227.46 -
System Red Green Blue C M Y K H S L
Decimal 230 1 186 0 1.00 0.19 0.10 311.53 0.99 0.45
Hex E6 1 BA 0 64 13 A 138 63 2D
Octal 346 1 272 0 144 23 12 470 143 55
Binary 11100110 1 10111010 0 1100100 10011 1010 100111000 1100011 101101

Color Harmonies of #E601BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601BA

Black with #E601BA

Text Example


Text Example

White with #E601BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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