Html Css Color HEX #E71CCE Shocking Pink

📋 copy color: '#E71CCE'

red 231 ◦ green 28 ◦ blue 206

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

Shades of Shocking Pink #E71CCE

Tints of Shocking Pink #E71CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 49.68%
G = 6.02%
B = 44.3%

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

#E71CCE (or 0xE71CCE) is known color: Shocking Pink. HEX triplet: E7, 1C and CE. RGB value is (231,28,206). Sum of RGB (Red+Green+Blue) = 231+28+206=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CCE is #18E331. Grayscale: #6C6C6C. Windows color (decimal): -1631026 or 13507815. OLE color: 13507815.

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

Color convert

RGB 231 28 206 -
CMYK 0 0.88 0.11 0.09
HSL 307.39º 0.81% 0.51% -
HSV(B) 307.39º 0.88% 0.91% -
XYZ 44.51 22.28 60.35 -
YUV 108.99 182.75 215.03 -
System Red Green Blue C M Y K H S L
Decimal 231 28 206 0 0.88 0.11 0.09 307.39 0.81 0.51
Hex E7 1C CE 0 58 B 9 133 51 33
Octal 347 34 316 0 130 13 11 463 121 63
Binary 11100111 11100 11001110 0 1011000 1011 1001 100110011 1010001 110011

Color Harmonies of #E71CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CCE

Black with #E71CCE

Text Example


Text Example

White with #E71CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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