Html Css Color HEX #E700BE Shocking Pink

📋 copy color: '#E700BE'

red 231 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #E700BE

Tints of Shocking Pink #E700BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 54.87%
G = 0%
B = 45.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E700BE (or 0xE700BE) is known color: Shocking Pink. HEX triplet: E7, 00 and BE. RGB value is (231,0,190). Sum of RGB (Red+Green+Blue) = 231+0+190=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E700BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700BE is #18FF41. Grayscale: #5A5A5A. Windows color (decimal): -1638210 or 12452071. OLE color: 12452071.

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

Color convert

RGB 231 0 190 -
CMYK 0 1 0.18 0.09
HSL 310.65º 1% 0.45% -
HSV(B) 310.65º 1% 0.91% -
XYZ 42.25 20.71 50.49 -
YUV 90.73 184.03 228.05 -
System Red Green Blue C M Y K H S L
Decimal 231 0 190 0 1 0.18 0.09 310.65 1 0.45
Hex E7 0 BE 0 64 12 9 137 64 2D
Octal 347 0 276 0 144 22 11 467 144 55
Binary 11100111 0 10111110 0 1100100 10010 1001 100110111 1100100 101101

Color Harmonies of #E700BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700BE

Black with #E700BE

Text Example


Text Example

White with #E700BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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