Html Css Color HEX #E71CCD Shocking Pink

📋 copy color: '#E71CCD'

red 231 ◦ green 28 ◦ blue 205

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

Shades of Shocking Pink #E71CCD

Tints of Shocking Pink #E71CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.03%

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

R = 49.78%
G = 6.03%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E71CCD (or 0xE71CCD) is known color: Shocking Pink. HEX triplet: E7, 1C and CD. RGB value is (231,28,205). Sum of RGB (Red+Green+Blue) = 231+28+205=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CCD is #18E332. Grayscale: #6C6C6C. Windows color (decimal): -1631027 or 13442279. OLE color: 13442279.

HSL color Cylindrical-coordinate representation of color #E71CCD: hue angle of 307.68º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CCD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 205 -
CMYK 0 0.88 0.11 0.09
HSL 307.68º 0.81% 0.51% -
HSV(B) 307.68º 0.88% 0.91% -
XYZ 44.39 22.23 59.71 -
YUV 108.88 182.25 215.11 -
System Red Green Blue C M Y K H S L
Decimal 231 28 205 0 0.88 0.11 0.09 307.68 0.81 0.51
Hex E7 1C CD 0 58 B 9 134 51 33
Octal 347 34 315 0 130 13 11 464 121 63
Binary 11100111 11100 11001101 0 1011000 1011 1001 100110100 1010001 110011

Color Harmonies of #E71CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CCD

Black with #E71CCD

Text Example


Text Example

White with #E71CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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