Html Css Color HEX #E707C7 Shocking Pink

📋 copy color: '#E707C7'

red 231 ◦ green 7 ◦ blue 199

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

Shades of Shocking Pink #E707C7

Tints of Shocking Pink #E707C7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 52.86%
G = 1.6%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E707C7 (or 0xE707C7) is known color: Shocking Pink. HEX triplet: E7, 07 and C7. RGB value is (231,7,199). Sum of RGB (Red+Green+Blue) = 231+7+199=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E707C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707C7 is #18F838. Grayscale: #5F5F5F. Windows color (decimal): -1636409 or 13043687. OLE color: 13043687.

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

Color convert

RGB 231 7 199 -
CMYK 0 0.97 0.14 0.09
HSL 308.57º 0.94% 0.47% -
HSV(B) 308.57º 0.97% 0.91% -
XYZ 43.34 21.26 55.85 -
YUV 95.86 186.21 224.39 -
System Red Green Blue C M Y K H S L
Decimal 231 7 199 0 0.97 0.14 0.09 308.57 0.94 0.47
Hex E7 7 C7 0 61 E 9 135 5E 2F
Octal 347 7 307 0 141 16 11 465 136 57
Binary 11100111 111 11000111 0 1100001 1110 1001 100110101 1011110 101111

Color Harmonies of #E707C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707C7

Black with #E707C7

Text Example


Text Example

White with #E707C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707C7; }

 p { color: rgb(231,7,199); }

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

background-color css

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

 a { background-color: rgb(231,7,199); }

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

border-color css

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

 span { border-color: rgb(231,7,199); }

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