Html Css Color HEX #E71ECC Shocking Pink

📋 copy color: '#E71ECC'

red 231 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #E71ECC

Tints of Shocking Pink #E71ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

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

R = 49.68%
G = 6.45%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E71ECC (or 0xE71ECC) is known color: Shocking Pink. HEX triplet: E7, 1E and CC. RGB value is (231,30,204). Sum of RGB (Red+Green+Blue) = 231+30+204=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ECC is #18E133. Grayscale: #6D6D6D. Windows color (decimal): -1630516 or 13377255. OLE color: 13377255.

HSL color Cylindrical-coordinate representation of color #E71ECC: hue angle of 308.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71ECC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 30 204 -
CMYK 0 0.87 0.12 0.09
HSL 308.06º 0.81% 0.51% -
HSV(B) 308.06º 0.87% 0.91% -
XYZ 44.32 22.28 59.09 -
YUV 109.94 181.09 214.35 -
System Red Green Blue C M Y K H S L
Decimal 231 30 204 0 0.87 0.12 0.09 308.06 0.81 0.51
Hex E7 1E CC 0 57 C 9 134 51 33
Octal 347 36 314 0 127 14 11 464 121 63
Binary 11100111 11110 11001100 0 1010111 1100 1001 100110100 1010001 110011

Color Harmonies of #E71ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ECC

Black with #E71ECC

Text Example


Text Example

White with #E71ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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