#E69FC4

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

Shades of Shocking #E69FC4

Tints of Shocking #E69FC4

Color information

#E69FC4 (or 0xE69FC4) is unknown color: approx Shocking. HEX triplet: E6, 9F and C4. RGB value is (230,159,196). Sum of RGB (Red+Green+Blue) = 230+159+196=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FC4 is #19603B. Grayscale: #B8B8B8. Windows color (decimal): -1663036 or 12885990. OLE color: 12885990.

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

Color convert

RGB230159196-
CMYK00.310.150.10
HSL328.73º58.68%76.27%-
HSV(B)328.73º30.87%90.2%-
XYZ5545.658.13-
YUV184.45134.52160.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.32%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=39.32%
G=27.18%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015919600.310.150.10328.7358.6876.27
HexE69FC401FFA1493b4c
Octal346237304037171251173114
Binary111001101001111111000100011111111110101010010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69FC4; }

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

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

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

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

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

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

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

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