#E69DD0

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

Shades of Shocking #E69DD0

Tints of Shocking #E69DD0

Color information

#E69DD0 (or 0xE69DD0) is unknown color: approx Shocking. HEX triplet: E6, 9D and D0. RGB value is (230,157,208). Sum of RGB (Red+Green+Blue) = 230+157+208=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DD0 is #19622F. Grayscale: #B8B8B8. Windows color (decimal): -1663536 or 13671910. OLE color: 13671910.

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

Color convert

RGB230157208-
CMYK00.320.100.10
HSL318.08º59.35%75.88%-
HSV(B)318.08º31.74%90.2%-
XYZ56.0845.4965.5-
YUV184.64141.18160.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=38.66%
G=26.39%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015720800.320.100.10318.0859.3575.88
HexE69DD0020AA13e3b4c
Octal346235320040121247673114
Binary1110011010011101110100000100000101010101001111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DD0; }

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

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

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

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

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

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

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

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