Html Css Color HEX #E712CD Shocking Pink

📋 copy color: '#E712CD'

red 231 ◦ green 18 ◦ blue 205

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

Shades of Shocking Pink #E712CD

Tints of Shocking Pink #E712CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

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

R = 50.88%
G = 3.96%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E712CD (or 0xE712CD) is known color: Shocking Pink. HEX triplet: E7, 12 and CD. RGB value is (231,18,205). Sum of RGB (Red+Green+Blue) = 231+18+205=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E712CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712CD is #18ED32. Grayscale: #666666. Windows color (decimal): -1633587 or 13439719. OLE color: 13439719.

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

Color convert

RGB 231 18 205 -
CMYK 0 0.92 0.11 0.09
HSL 307.32º 0.86% 0.49% -
HSV(B) 307.32º 0.92% 0.91% -
XYZ 44.19 21.83 59.64 -
YUV 103.01 185.57 219.29 -
System Red Green Blue C M Y K H S L
Decimal 231 18 205 0 0.92 0.11 0.09 307.32 0.86 0.49
Hex E7 12 CD 0 5C B 9 133 56 31
Octal 347 22 315 0 134 13 11 463 126 61
Binary 11100111 10010 11001101 0 1011100 1011 1001 100110011 1010110 110001

Color Harmonies of #E712CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712CD

Black with #E712CD

Text Example


Text Example

White with #E712CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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