Html Css Color HEX #E712D4 Shocking Pink

📋 copy color: '#E712D4'

red 231 ◦ green 18 ◦ blue 212

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

Shades of Shocking Pink #E712D4

Tints of Shocking Pink #E712D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 50.11%
G = 3.9%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E712D4 (or 0xE712D4) is known color: Shocking Pink. HEX triplet: E7, 12 and D4. RGB value is (231,18,212). Sum of RGB (Red+Green+Blue) = 231+18+212=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E712D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712D4 is #18ED2B. Grayscale: #676767. Windows color (decimal): -1633580 or 13898471. OLE color: 13898471.

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

Color convert

RGB 231 18 212 -
CMYK 0 0.92 0.08 0.09
HSL 305.35º 0.86% 0.49% -
HSV(B) 305.35º 0.92% 0.91% -
XYZ 45.05 22.18 64.19 -
YUV 103.8 189.07 218.73 -
System Red Green Blue C M Y K H S L
Decimal 231 18 212 0 0.92 0.08 0.09 305.35 0.86 0.49
Hex E7 12 D4 0 5C 8 9 131 56 31
Octal 347 22 324 0 134 10 11 461 126 61
Binary 11100111 10010 11010100 0 1011100 1000 1001 100110001 1010110 110001

Color Harmonies of #E712D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712D4

Black with #E712D4

Text Example


Text Example

White with #E712D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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