#e698b5

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

Shades of Shocking #E698B5

Tints of Shocking #E698B5

Color information

#E698B5 (or 0xE698B5) is unknown color: approx Shocking. HEX triplet: E6, 98 and B5. RGB value is (230,152,181). Sum of RGB (Red+Green+Blue) = 230+152+181=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E698B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698B5 is #19674A. Grayscale: #B2B2B2. Windows color (decimal): -1664843 or 11901158. OLE color: 11901158.

HSL color Cylindrical-coordinate representation of color #E698B5: hue angle of 337.69º 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 #E698B5 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB230152181-
CMYK00.340.210.10
HSL337.69º60.94%74.9%-
HSV(B)337.69º33.91%90.2%-
XYZ52.242.6249.19-
YUV178.63129.34164.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=40.85%
G=27.00%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015218100.340.210.10337.6960.9474.9
HexE698B502215A1523d4b
Octal346230265042251252275113
Binary11100110100110001011010101000101010110101010100101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e698b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e698b5; }

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

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

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

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

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

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

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

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