Html Css Color HEX #E700BB Shocking Pink

📋 copy color: '#E700BB'

red 231 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #E700BB

Tints of Shocking Pink #E700BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 55.26%
G = 0%
B = 44.74%

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

#E700BB (or 0xE700BB) is known color: Shocking Pink. HEX triplet: E7, 00 and BB. RGB value is (231,0,187). Sum of RGB (Red+Green+Blue) = 231+0+187=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E700BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700BB is #18FF44. Grayscale: #595959. Windows color (decimal): -1638213 or 12255463. OLE color: 12255463.

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

Color convert

RGB 231 0 187 -
CMYK 0 1 0.19 0.09
HSL 311.43º 1% 0.45% -
HSV(B) 311.43º 1% 0.91% -
XYZ 41.92 20.58 48.78 -
YUV 90.39 182.53 228.29 -
System Red Green Blue C M Y K H S L
Decimal 231 0 187 0 1 0.19 0.09 311.43 1 0.45
Hex E7 0 BB 0 64 13 9 137 64 2D
Octal 347 0 273 0 144 23 11 467 144 55
Binary 11100111 0 10111011 0 1100100 10011 1001 100110111 1100100 101101

Color Harmonies of #E700BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700BB

Black with #E700BB

Text Example


Text Example

White with #E700BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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