#E69DBA

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

Shades of Shocking #E69DBA

Tints of Shocking #E69DBA

Color information

#E69DBA (or 0xE69DBA) is unknown color: approx Shocking. HEX triplet: E6, 9D and BA. RGB value is (230,157,186). Sum of RGB (Red+Green+Blue) = 230+157+186=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DBA is #196245. Grayscale: #B6B6B6. Windows color (decimal): -1663558 or 12230118. OLE color: 12230118.

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

Color convert

RGB230157186-
CMYK00.320.190.10
HSL336.16º59.35%75.88%-
HSV(B)336.16º31.74%90.2%-
XYZ53.5544.4852.22-
YUV182.13130.18162.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.14%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=40.14%
G=27.40%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015718600.320.190.10336.1659.3575.88
HexE69DBA02013A1503b4c
Octal346235272040231252073114
Binary11100110100111011011101001000001001110101010100001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DBA; }

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

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

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

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

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

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

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

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