#E69CC1

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

Shades of Shocking #E69CC1

Tints of Shocking #E69CC1

Color information

#E69CC1 (or 0xE69CC1) is unknown color: approx Shocking. HEX triplet: E6, 9C and C1. RGB value is (230,156,193). Sum of RGB (Red+Green+Blue) = 230+156+193=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CC1 is #19633E. Grayscale: #B6B6B6. Windows color (decimal): -1663807 or 12688614. OLE color: 12688614.

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

Color convert

RGB230156193-
CMYK00.320.160.10
HSL330º59.68%75.69%-
HSV(B)330º32.17%90.2%-
XYZ54.1544.4556.18-
YUV182.34134.02161.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=39.72%
G=26.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015619300.320.160.1033059.6875.69
HexE69CC102010A14a3c4c
Octal346234301040201251274114
Binary11100110100111001100000101000001000010101010010101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69CC1; }

 p { color: rgb(230,156,193); }

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

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

 a { background-color: rgb(230,156,193); }

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

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

 span { border-color: rgb(230,156,193); }

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