Html Css Color HEX #E71DCD Shocking Pink

📋 copy color: '#E71DCD'

red 231 ◦ green 29 ◦ blue 205

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

Shades of Shocking Pink #E71DCD

Tints of Shocking Pink #E71DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

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

R = 49.68%
G = 6.24%
B = 44.09%

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

#E71DCD (or 0xE71DCD) is known color: Shocking Pink. HEX triplet: E7, 1D and CD. RGB value is (231,29,205). Sum of RGB (Red+Green+Blue) = 231+29+205=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DCD is #18E232. Grayscale: #6C6C6C. Windows color (decimal): -1630771 or 13442535. OLE color: 13442535.

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

Color convert

RGB 231 29 205 -
CMYK 0 0.87 0.11 0.09
HSL 307.72º 0.81% 0.51% -
HSV(B) 307.72º 0.87% 0.91% -
XYZ 44.41 22.28 59.72 -
YUV 109.46 181.92 214.69 -
System Red Green Blue C M Y K H S L
Decimal 231 29 205 0 0.87 0.11 0.09 307.72 0.81 0.51
Hex E7 1D CD 0 57 B 9 134 51 33
Octal 347 35 315 0 127 13 11 464 121 63
Binary 11100111 11101 11001101 0 1010111 1011 1001 100110100 1010001 110011

Color Harmonies of #E71DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71DCD

Black with #E71DCD

Text Example


Text Example

White with #E71DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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