#E698C5

Color #E698C5 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E698C5

Tints of Shocking #E698C5

Color information

#E698C5 (or 0xE698C5) is unknown color: approx Shocking. HEX triplet: E6, 98 and C5. RGB value is (230,152,197). Sum of RGB (Red+Green+Blue) = 230+152+197=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E698C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698C5 is #19673A. Grayscale: #B4B4B4. Windows color (decimal): -1664827 or 12949734. OLE color: 12949734.

HSL color Cylindrical-coordinate representation of color #E698C5: hue angle of 325.38º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698C5 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB230152197-
CMYK00.340.140.10
HSL325.38º60.94%74.9%-
HSV(B)325.38º33.91%90.2%-
XYZ53.9443.3158.34-
YUV180.45137.34163.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=39.72%
G=26.25%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015219700.340.140.10325.3860.9474.9
HexE698C5022EA1453d4b
Octal346230305042161250575113
Binary1110011010011000110001010100010111010101010001011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E698C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E698C5; }

 p { color: rgb(230,152,197); }

 H1.HeaderClassName
 {
   color: #E698C5;
 }
 .AnyTagClassName
 {
   color: #E698C5;
 }
</style>
background-color css

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

 a { background-color: rgb(230,152,197); }

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

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

 span { border-color: rgb(230,152,197); }

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