Html Css Color HEX #E706C2 Shocking Pink

📋 copy color: '#E706C2'

red 231 ◦ green 6 ◦ blue 194

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

Shades of Shocking Pink #E706C2

Tints of Shocking Pink #E706C2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 53.6%
G = 1.39%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E706C2 (or 0xE706C2) is known color: Shocking Pink. HEX triplet: E7, 06 and C2. RGB value is (231,6,194). Sum of RGB (Red+Green+Blue) = 231+6+194=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E706C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706C2 is #18F93D. Grayscale: #5E5E5E. Windows color (decimal): -1636670 or 12715751. OLE color: 12715751.

HSL color Cylindrical-coordinate representation of color #E706C2: hue angle of 309.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706C2 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 194 -
CMYK 0 0.97 0.16 0.09
HSL 309.87º 0.95% 0.46% -
HSV(B) 309.87º 0.97% 0.91% -
XYZ 42.76 21.01 52.84 -
YUV 94.71 184.04 225.21 -
System Red Green Blue C M Y K H S L
Decimal 231 6 194 0 0.97 0.16 0.09 309.87 0.95 0.46
Hex E7 6 C2 0 61 10 9 136 5F 2E
Octal 347 6 302 0 141 20 11 466 137 56
Binary 11100111 110 11000010 0 1100001 10000 1001 100110110 1011111 101110

Color Harmonies of #E706C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706C2

Black with #E706C2

Text Example


Text Example

White with #E706C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706C2; }

 p { color: rgb(231,6,194); }

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

background-color css

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

 a { background-color: rgb(231,6,194); }

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

border-color css

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

 span { border-color: rgb(231,6,194); }

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