Html Css Color HEX #E71FCD Shocking Pink

📋 copy color: '#E71FCD'

red 231 ◦ green 31 ◦ blue 205

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

Shades of Shocking Pink #E71FCD

Tints of Shocking Pink #E71FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.64%

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

R = 49.46%
G = 6.64%
B = 43.9%

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

#E71FCD (or 0xE71FCD) is known color: Shocking Pink. HEX triplet: E7, 1F and CD. RGB value is (231,31,205). Sum of RGB (Red+Green+Blue) = 231+31+205=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FCD is #18E032. Grayscale: #6E6E6E. Windows color (decimal): -1630259 or 13443047. OLE color: 13443047.

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

Color convert

RGB 231 31 205 -
CMYK 0 0.87 0.11 0.09
HSL 307.8º 0.81% 0.51% -
HSV(B) 307.8º 0.87% 0.91% -
XYZ 44.46 22.38 59.73 -
YUV 110.64 181.26 213.85 -
System Red Green Blue C M Y K H S L
Decimal 231 31 205 0 0.87 0.11 0.09 307.8 0.81 0.51
Hex E7 1F CD 0 57 B 9 134 51 33
Octal 347 37 315 0 127 13 11 464 121 63
Binary 11100111 11111 11001101 0 1010111 1011 1001 100110100 1010001 110011

Color Harmonies of #E71FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FCD

Black with #E71FCD

Text Example


Text Example

White with #E71FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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