Html Css Color HEX #E701BF Shocking Pink

📋 copy color: '#E701BF'

red 231 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #E701BF

Tints of Shocking Pink #E701BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 54.61%
G = 0.24%
B = 45.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E701BF (or 0xE701BF) is known color: Shocking Pink. HEX triplet: E7, 01 and BF. RGB value is (231,1,191). Sum of RGB (Red+Green+Blue) = 231+1+191=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E701BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701BF is #18FE40. Grayscale: #5A5A5A. Windows color (decimal): -1637953 or 12517863. OLE color: 12517863.

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

Color convert

RGB 231 1 191 -
CMYK 0 1.00 0.17 0.09
HSL 310.43º 0.99% 0.45% -
HSV(B) 310.43º 1% 0.91% -
XYZ 42.37 20.77 51.07 -
YUV 91.43 184.2 227.55 -
System Red Green Blue C M Y K H S L
Decimal 231 1 191 0 1.00 0.17 0.09 310.43 0.99 0.45
Hex E7 1 BF 0 64 11 9 136 63 2D
Octal 347 1 277 0 144 21 11 466 143 55
Binary 11100111 1 10111111 0 1100100 10001 1001 100110110 1100011 101101

Color Harmonies of #E701BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701BF

Black with #E701BF

Text Example


Text Example

White with #E701BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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