Html Css Color HEX #E71ECD Shocking Pink

📋 copy color: '#E71ECD'

red 231 ◦ green 30 ◦ blue 205

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

Shades of Shocking Pink #E71ECD

Tints of Shocking Pink #E71ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 49.57%
G = 6.44%
B = 43.99%

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

#E71ECD (or 0xE71ECD) is known color: Shocking Pink. HEX triplet: E7, 1E and CD. RGB value is (231,30,205). Sum of RGB (Red+Green+Blue) = 231+30+205=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ECD is #18E132. Grayscale: #6D6D6D. Windows color (decimal): -1630515 or 13442791. OLE color: 13442791.

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

Color convert

RGB 231 30 205 -
CMYK 0 0.87 0.11 0.09
HSL 307.76º 0.81% 0.51% -
HSV(B) 307.76º 0.87% 0.91% -
XYZ 44.44 22.33 59.72 -
YUV 110.05 181.59 214.27 -
System Red Green Blue C M Y K H S L
Decimal 231 30 205 0 0.87 0.11 0.09 307.76 0.81 0.51
Hex E7 1E CD 0 57 B 9 134 51 33
Octal 347 36 315 0 127 13 11 464 121 63
Binary 11100111 11110 11001101 0 1010111 1011 1001 100110100 1010001 110011

Color Harmonies of #E71ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ECD

Black with #E71ECD

Text Example


Text Example

White with #E71ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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