Html Css Color HEX #E70BC9 Shocking Pink

📋 copy color: '#E70BC9'

red 231 ◦ green 11 ◦ blue 201

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

Shades of Shocking Pink #E70BC9

Tints of Shocking Pink #E70BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 52.14%
G = 2.48%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E70BC9 (or 0xE70BC9) is known color: Shocking Pink. HEX triplet: E7, 0B and C9. RGB value is (231,11,201). Sum of RGB (Red+Green+Blue) = 231+11+201=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BC9 is #18F436. Grayscale: #616161. Windows color (decimal): -1635383 or 13175783. OLE color: 13175783.

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

Color convert

RGB 231 11 201 -
CMYK 0 0.95 0.13 0.09
HSL 308.18º 0.91% 0.47% -
HSV(B) 308.18º 0.95% 0.91% -
XYZ 43.62 21.45 57.1 -
YUV 98.44 185.89 222.55 -
System Red Green Blue C M Y K H S L
Decimal 231 11 201 0 0.95 0.13 0.09 308.18 0.91 0.47
Hex E7 B C9 0 5F D 9 134 5B 2F
Octal 347 13 311 0 137 15 11 464 133 57
Binary 11100111 1011 11001001 0 1011111 1101 1001 100110100 1011011 101111

Color Harmonies of #E70BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BC9

Black with #E70BC9

Text Example


Text Example

White with #E70BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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