Html Css Color HEX #E700BA Shocking Pink

📋 copy color: '#E700BA'

red 231 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #E700BA

Tints of Shocking Pink #E700BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.4%
G = 0%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E700BA (or 0xE700BA) is known color: Shocking Pink. HEX triplet: E7, 00 and BA. RGB value is (231,0,186). Sum of RGB (Red+Green+Blue) = 231+0+186=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E700BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700BA is #18FF45. Grayscale: #595959. Windows color (decimal): -1638214 or 12189927. OLE color: 12189927.

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

Color convert

RGB 231 0 186 -
CMYK 0 1 0.19 0.09
HSL 311.69º 1% 0.45% -
HSV(B) 311.69º 1% 0.91% -
XYZ 41.82 20.53 48.21 -
YUV 90.27 182.03 228.38 -
System Red Green Blue C M Y K H S L
Decimal 231 0 186 0 1 0.19 0.09 311.69 1 0.45
Hex E7 0 BA 0 64 13 9 138 64 2D
Octal 347 0 272 0 144 23 11 470 144 55
Binary 11100111 0 10111010 0 1100100 10011 1001 100111000 1100100 101101

Color Harmonies of #E700BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700BA

Black with #E700BA

Text Example


Text Example

White with #E700BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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