#EDA1CC

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

Shades of Shocking #EDA1CC

Tints of Shocking #EDA1CC

Color information

#EDA1CC (or 0xEDA1CC) is unknown color: approx Shocking. HEX triplet: ED, A1 and CC. RGB value is (237,161,204). Sum of RGB (Red+Green+Blue) = 237+161+204=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1CC is #125E33. Grayscale: #BCBCBC. Windows color (decimal): -1203764 or 13410797. OLE color: 13410797.

HSL color Cylindrical-coordinate representation of color #EDA1CC: hue angle of 326.05º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1CC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237161204-
CMYK00.320.140.07
HSL326.05º67.86%78.04%-
HSV(B)326.05º32.07%92.94%-
XYZ58.5747.8563.28-
YUV188.63136.68162.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=39.37%
G=26.74%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716120400.320.140.07326.0567.8678.04
HexEDA1CC020E7146444e
Octal355241314040167506104116
Binary1110110110100001110011000100000111011110100011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1CC; }

 p { color: rgb(237,161,204); }

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

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

 a { background-color: rgb(237,161,204); }

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

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

 span { border-color: rgb(237,161,204); }

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