Html Css Color HEX #E701BA Shocking Pink

📋 copy color: '#E701BA'

red 231 ◦ green 1 ◦ blue 186

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

Shades of Shocking Pink #E701BA

Tints of Shocking Pink #E701BA

RGB

 RED value IS 231 (90.63% from 255) = 55.26%

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

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

R = 55.26%
G = 0.24%
B = 44.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E701BA (or 0xE701BA) is known color: Shocking Pink. HEX triplet: E7, 01 and BA. RGB value is (231,1,186). Sum of RGB (Red+Green+Blue) = 231+1+186=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E701BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701BA is #18FE45. Grayscale: #5A5A5A. Windows color (decimal): -1637958 or 12190183. OLE color: 12190183.

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

Color convert

RGB 231 1 186 -
CMYK 0 1.00 0.19 0.09
HSL 311.74º 0.99% 0.45% -
HSV(B) 311.74º 1% 0.91% -
XYZ 41.83 20.56 48.22 -
YUV 90.86 181.7 227.96 -
System Red Green Blue C M Y K H S L
Decimal 231 1 186 0 1.00 0.19 0.09 311.74 0.99 0.45
Hex E7 1 BA 0 64 13 9 138 63 2D
Octal 347 1 272 0 144 23 11 470 143 55
Binary 11100111 1 10111010 0 1100100 10011 1001 100111000 1100011 101101

Color Harmonies of #E701BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701BA

Black with #E701BA

Text Example


Text Example

White with #E701BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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