Html Css Color HEX #E71EC9 Shocking Pink

📋 copy color: '#E71EC9'

red 231 ◦ green 30 ◦ blue 201

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

Shades of Shocking Pink #E71EC9

Tints of Shocking Pink #E71EC9

RGB

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

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

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

R = 50%
G = 6.49%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E71EC9 (or 0xE71EC9) is known color: Shocking Pink. HEX triplet: E7, 1E and C9. RGB value is (231,30,201). Sum of RGB (Red+Green+Blue) = 231+30+201=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E71EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71EC9 is #18E136. Grayscale: #6D6D6D. Windows color (decimal): -1630519 or 13180647. OLE color: 13180647.

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

Color convert

RGB 231 30 201 -
CMYK 0 0.87 0.13 0.09
HSL 308.96º 0.81% 0.51% -
HSV(B) 308.96º 0.87% 0.91% -
XYZ 43.96 22.13 57.21 -
YUV 109.59 179.59 214.6 -
System Red Green Blue C M Y K H S L
Decimal 231 30 201 0 0.87 0.13 0.09 308.96 0.81 0.51
Hex E7 1E C9 0 57 D 9 135 51 33
Octal 347 36 311 0 127 15 11 465 121 63
Binary 11100111 11110 11001001 0 1010111 1101 1001 100110101 1010001 110011

Color Harmonies of #E71EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EC9

Black with #E71EC9

Text Example


Text Example

White with #E71EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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