#E69FB9

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

Shades of Shocking #E69FB9

Tints of Shocking #E69FB9

Color information

#E69FB9 (or 0xE69FB9) is unknown color: approx Shocking. HEX triplet: E6, 9F and B9. RGB value is (230,159,185). Sum of RGB (Red+Green+Blue) = 230+159+185=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FB9 is #196046. Grayscale: #B7B7B7. Windows color (decimal): -1663047 or 12165094. OLE color: 12165094.

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

Color convert

RGB230159185-
CMYK00.310.200.10
HSL338.03º58.68%76.27%-
HSV(B)338.03º30.87%90.2%-
XYZ53.7945.1251.77-
YUV183.19129.02161.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=40.07%
G=27.70%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015918500.310.200.10338.0358.6876.27
HexE69FB901F14A1523b4c
Octal346237271037241252273114
Binary1110011010011111101110010111111010010101010100101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FB9; }

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

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

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

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

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

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

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

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