Html Css Color HEX #E71ACD Shocking Pink

📋 copy color: '#E71ACD'

red 231 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #E71ACD

Tints of Shocking Pink #E71ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.63%

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

R = 50%
G = 5.63%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E71ACD (or 0xE71ACD) is known color: Shocking Pink. HEX triplet: E7, 1A and CD. RGB value is (231,26,205). Sum of RGB (Red+Green+Blue) = 231+26+205=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E71ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71ACD is #18E532. Grayscale: #6B6B6B. Windows color (decimal): -1631539 or 13441767. OLE color: 13441767.

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

Color convert

RGB 231 26 205 -
CMYK 0 0.89 0.11 0.09
HSL 307.61º 0.81% 0.5% -
HSV(B) 307.61º 0.89% 0.91% -
XYZ 44.34 22.14 59.69 -
YUV 107.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 231 26 205 0 0.89 0.11 0.09 307.61 0.81 0.5
Hex E7 1A CD 0 59 B 9 134 51 32
Octal 347 32 315 0 131 13 11 464 121 62
Binary 11100111 11010 11001101 0 1011001 1011 1001 100110100 1010001 110010

Color Harmonies of #E71ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71ACD

Black with #E71ACD

Text Example


Text Example

White with #E71ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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