#E691D0

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

Shades of Shocking #E691D0

Tints of Shocking #E691D0

Color information

#E691D0 (or 0xE691D0) is unknown color: approx Shocking. HEX triplet: E6, 91 and D0. RGB value is (230,145,208). Sum of RGB (Red+Green+Blue) = 230+145+208=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E691D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691D0 is #196E2F. Grayscale: #B1B1B1. Windows color (decimal): -1666608 or 13668838. OLE color: 13668838.

HSL color Cylindrical-coordinate representation of color #E691D0: hue angle of 315.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691D0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230145208-
CMYK00.370.100.10
HSL315.53º62.96%73.53%-
HSV(B)315.53º36.96%90.2%-
XYZ54.1441.6364.86-
YUV177.6145.16165.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=39.45%
G=24.87%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014520800.370.100.10315.5362.9673.53
HexE691D0025AA13c3f4a
Octal346221320045121247477112
Binary1110011010010001110100000100101101010101001111001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691D0; }

 p { color: rgb(230,145,208); }

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

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

 a { background-color: rgb(230,145,208); }

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

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

 span { border-color: rgb(230,145,208); }

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