Html Css Color HEX #E70DC1 Shocking Pink

📋 copy color: '#E70DC1'

red 231 ◦ green 13 ◦ blue 193

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

Shades of Shocking Pink #E70DC1

Tints of Shocking Pink #E70DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.97%

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 52.86%
G = 2.97%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E70DC1 (or 0xE70DC1) is known color: Shocking Pink. HEX triplet: E7, 0D and C1. RGB value is (231,13,193). Sum of RGB (Red+Green+Blue) = 231+13+193=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E70DC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70DC1 is #18F23E. Grayscale: #626262. Windows color (decimal): -1634879 or 12652007. OLE color: 12652007.

HSL color Cylindrical-coordinate representation of color #E70DC1: hue angle of 310.46º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 13 193 -
CMYK 0 0.94 0.16 0.09
HSL 310.46º 0.89% 0.48% -
HSV(B) 310.46º 0.94% 0.91% -
XYZ 42.72 21.13 52.28 -
YUV 98.7 181.22 222.36 -
System Red Green Blue C M Y K H S L
Decimal 231 13 193 0 0.94 0.16 0.09 310.46 0.89 0.48
Hex E7 D C1 0 5E 10 9 136 59 30
Octal 347 15 301 0 136 20 11 466 131 60
Binary 11100111 1101 11000001 0 1011110 10000 1001 100110110 1011001 110000

Color Harmonies of #E70DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DC1

Black with #E70DC1

Text Example


Text Example

White with #E70DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DC1; }

 p { color: rgb(231,13,193); }

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

background-color css

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

 a { background-color: rgb(231,13,193); }

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

border-color css

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

 span { border-color: rgb(231,13,193); }

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