Html Css Color HEX #E71ECB Shocking Pink

📋 copy color: '#E71ECB'

red 231 ◦ green 30 ◦ blue 203

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

Shades of Shocking Pink #E71ECB

Tints of Shocking Pink #E71ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 49.78%
G = 6.47%
B = 43.75%

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

#E71ECB (or 0xE71ECB) is known color: Shocking Pink. HEX triplet: E7, 1E and CB. RGB value is (231,30,203). Sum of RGB (Red+Green+Blue) = 231+30+203=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ECB is #18E134. Grayscale: #6D6D6D. Windows color (decimal): -1630517 or 13311719. OLE color: 13311719.

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

Color convert

RGB 231 30 203 -
CMYK 0 0.87 0.12 0.09
HSL 308.36º 0.81% 0.51% -
HSV(B) 308.36º 0.87% 0.91% -
XYZ 44.2 22.23 58.46 -
YUV 109.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 231 30 203 0 0.87 0.12 0.09 308.36 0.81 0.51
Hex E7 1E CB 0 57 C 9 134 51 33
Octal 347 36 313 0 127 14 11 464 121 63
Binary 11100111 11110 11001011 0 1010111 1100 1001 100110100 1010001 110011

Color Harmonies of #E71ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ECB

Black with #E71ECB

Text Example


Text Example

White with #E71ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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