Html Css Color HEX #E71ECE Shocking Pink

📋 copy color: '#E71ECE'

red 231 ◦ green 30 ◦ blue 206

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

Shades of Shocking Pink #E71ECE

Tints of Shocking Pink #E71ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 49.46%
G = 6.42%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E71ECE (or 0xE71ECE) is known color: Shocking Pink. HEX triplet: E7, 1E and CE. RGB value is (231,30,206). Sum of RGB (Red+Green+Blue) = 231+30+206=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ECE is #18E131. Grayscale: #6D6D6D. Windows color (decimal): -1630514 or 13508327. OLE color: 13508327.

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

Color convert

RGB 231 30 206 -
CMYK 0 0.87 0.11 0.09
HSL 307.46º 0.81% 0.51% -
HSV(B) 307.46º 0.87% 0.91% -
XYZ 44.56 22.37 60.36 -
YUV 110.16 182.09 214.19 -
System Red Green Blue C M Y K H S L
Decimal 231 30 206 0 0.87 0.11 0.09 307.46 0.81 0.51
Hex E7 1E CE 0 57 B 9 133 51 33
Octal 347 36 316 0 127 13 11 463 121 63
Binary 11100111 11110 11001110 0 1010111 1011 1001 100110011 1010001 110011

Color Harmonies of #E71ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ECE

Black with #E71ECE

Text Example


Text Example

White with #E71ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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