#EDA1C9

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

Shades of Shocking #EDA1C9

Tints of Shocking #EDA1C9

Color information

#EDA1C9 (or 0xEDA1C9) is unknown color: approx Shocking. HEX triplet: ED, A1 and C9. RGB value is (237,161,201). Sum of RGB (Red+Green+Blue) = 237+161+201=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1C9 is #125E36. Grayscale: #BCBCBC. Windows color (decimal): -1203767 or 13214189. OLE color: 13214189.

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

Color convert

RGB237161201-
CMYK00.320.150.07
HSL328.42º67.86%78.04%-
HSV(B)328.42º32.07%92.94%-
XYZ58.2147.7161.4-
YUV188.28135.18162.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=39.57%
G=26.88%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716120100.320.150.07328.4267.8678.04
HexEDA1C9020F7148444e
Octal355241311040177510104116
Binary1110110110100001110010010100000111111110100100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1C9; }

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

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

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

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

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

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

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

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