Html Css Color HEX #E71CCC Shocking Pink

📋 copy color: '#E71CCC'

red 231 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #E71CCC

Tints of Shocking Pink #E71CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 49.89%
G = 6.05%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E71CCC (or 0xE71CCC) is known color: Shocking Pink. HEX triplet: E7, 1C and CC. RGB value is (231,28,204). Sum of RGB (Red+Green+Blue) = 231+28+204=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CCC is #18E333. Grayscale: #6C6C6C. Windows color (decimal): -1631028 or 13376743. OLE color: 13376743.

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

Color convert

RGB 231 28 204 -
CMYK 0 0.88 0.12 0.09
HSL 307.98º 0.81% 0.51% -
HSV(B) 307.98º 0.88% 0.91% -
XYZ 44.27 22.18 59.07 -
YUV 108.76 181.75 215.19 -
System Red Green Blue C M Y K H S L
Decimal 231 28 204 0 0.88 0.12 0.09 307.98 0.81 0.51
Hex E7 1C CC 0 58 C 9 134 51 33
Octal 347 34 314 0 130 14 11 464 121 63
Binary 11100111 11100 11001100 0 1011000 1100 1001 100110100 1010001 110011

Color Harmonies of #E71CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CCC

Black with #E71CCC

Text Example


Text Example

White with #E71CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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