Html Css Color HEX #E70BC3 Shocking Pink

📋 copy color: '#E70BC3'

red 231 ◦ green 11 ◦ blue 195

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

Shades of Shocking Pink #E70BC3

Tints of Shocking Pink #E70BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.62%

R = 52.86%
G = 2.52%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E70BC3 (or 0xE70BC3) is known color: Shocking Pink. HEX triplet: E7, 0B and C3. RGB value is (231,11,195). Sum of RGB (Red+Green+Blue) = 231+11+195=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BC3 is #18F43C. Grayscale: #616161. Windows color (decimal): -1635389 or 12782567. OLE color: 12782567.

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

Color convert

RGB 231 11 195 -
CMYK 0 0.95 0.16 0.09
HSL 309.82º 0.91% 0.47% -
HSV(B) 309.82º 0.95% 0.91% -
XYZ 42.93 21.17 53.45 -
YUV 97.76 182.89 223.04 -
System Red Green Blue C M Y K H S L
Decimal 231 11 195 0 0.95 0.16 0.09 309.82 0.91 0.47
Hex E7 B C3 0 5F 10 9 136 5B 2F
Octal 347 13 303 0 137 20 11 466 133 57
Binary 11100111 1011 11000011 0 1011111 10000 1001 100110110 1011011 101111

Color Harmonies of #E70BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BC3

Black with #E70BC3

Text Example


Text Example

White with #E70BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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