#E69FBD

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

Shades of Shocking #E69FBD

Tints of Shocking #E69FBD

Color information

#E69FBD (or 0xE69FBD) is unknown color: approx Shocking. HEX triplet: E6, 9F and BD. RGB value is (230,159,189). Sum of RGB (Red+Green+Blue) = 230+159+189=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FBD is #196042. Grayscale: #B7B7B7. Windows color (decimal): -1663043 or 12427238. OLE color: 12427238.

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

Color convert

RGB230159189-
CMYK00.310.180.10
HSL334.65º58.68%76.27%-
HSV(B)334.65º30.87%90.2%-
XYZ54.2245.2954.03-
YUV183.65131.02161.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.79%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=39.79%
G=27.51%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015918900.310.180.10334.6558.6876.27
HexE69FBD01F12A14f3b4c
Octal346237275037221251773114
Binary1110011010011111101111010111111001010101010011111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FBD; }

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

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

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

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

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

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

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

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