Html Css Color HEX #E70BC6 Shocking Pink

📋 copy color: '#E70BC6'

red 231 ◦ green 11 ◦ blue 198

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

Shades of Shocking Pink #E70BC6

Tints of Shocking Pink #E70BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

 BLUE value IS 198 (77.73% from 255) = 45%

R = 52.5%
G = 2.5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E70BC6 (or 0xE70BC6) is known color: Shocking Pink. HEX triplet: E7, 0B and C6. RGB value is (231,11,198). Sum of RGB (Red+Green+Blue) = 231+11+198=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BC6 is #18F439. Grayscale: #616161. Windows color (decimal): -1635386 or 12979175. OLE color: 12979175.

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

Color convert

RGB 231 11 198 -
CMYK 0 0.95 0.14 0.09
HSL 309º 0.91% 0.47% -
HSV(B) 309º 0.95% 0.91% -
XYZ 43.27 21.31 55.26 -
YUV 98.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 231 11 198 0 0.95 0.14 0.09 309 0.91 0.47
Hex E7 B C6 0 5F E 9 135 5B 2F
Octal 347 13 306 0 137 16 11 465 133 57
Binary 11100111 1011 11000110 0 1011111 1110 1001 100110101 1011011 101111

Color Harmonies of #E70BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BC6

Black with #E70BC6

Text Example


Text Example

White with #E70BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BC6; }

 p { color: rgb(231,11,198); }

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

background-color css

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

 a { background-color: rgb(231,11,198); }

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

border-color css

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

 span { border-color: rgb(231,11,198); }

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