Html Css Color HEX #E70BCC Shocking Pink

📋 copy color: '#E70BCC'

red 231 ◦ green 11 ◦ blue 204

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

Shades of Shocking Pink #E70BCC

Tints of Shocking Pink #E70BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 51.79%
G = 2.47%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E70BCC (or 0xE70BCC) is known color: Shocking Pink. HEX triplet: E7, 0B and CC. RGB value is (231,11,204). Sum of RGB (Red+Green+Blue) = 231+11+204=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BCC is #18F433. Grayscale: #626262. Windows color (decimal): -1635380 or 13372391. OLE color: 13372391.

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

Color convert

RGB 231 11 204 -
CMYK 0 0.95 0.12 0.09
HSL 307.36º 0.91% 0.47% -
HSV(B) 307.36º 0.95% 0.91% -
XYZ 43.97 21.59 58.98 -
YUV 98.78 187.39 222.31 -
System Red Green Blue C M Y K H S L
Decimal 231 11 204 0 0.95 0.12 0.09 307.36 0.91 0.47
Hex E7 B CC 0 5F C 9 133 5B 2F
Octal 347 13 314 0 137 14 11 463 133 57
Binary 11100111 1011 11001100 0 1011111 1100 1001 100110011 1011011 101111

Color Harmonies of #E70BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BCC

Black with #E70BCC

Text Example


Text Example

White with #E70BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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