#E69FBB

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

Shades of Shocking #E69FBB

Tints of Shocking #E69FBB

Color information

#E69FBB (or 0xE69FBB) is unknown color: approx Shocking. HEX triplet: E6, 9F and BB. RGB value is (230,159,187). Sum of RGB (Red+Green+Blue) = 230+159+187=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FBB is #196044. Grayscale: #B7B7B7. Windows color (decimal): -1663045 or 12296166. OLE color: 12296166.

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

Color convert

RGB230159187-
CMYK00.310.190.10
HSL336.34º58.68%76.27%-
HSV(B)336.34º30.87%90.2%-
XYZ5445.2152.89-
YUV183.42130.02161.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=39.93%
G=27.60%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015918700.310.190.10336.3458.6876.27
HexE69FBB01F13A1503b4c
Octal346237273037231252073114
Binary1110011010011111101110110111111001110101010100001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FBB; }

 p { color: rgb(230,159,187); }

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

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

 a { background-color: rgb(230,159,187); }

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

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

 span { border-color: rgb(230,159,187); }

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