#EDA1C4

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

Shades of Shocking #EDA1C4

Tints of Shocking #EDA1C4

Color information

#EDA1C4 (or 0xEDA1C4) is unknown color: approx Shocking. HEX triplet: ED, A1 and C4. RGB value is (237,161,196). Sum of RGB (Red+Green+Blue) = 237+161+196=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1C4 is #125E3B. Grayscale: #BBBBBB. Windows color (decimal): -1203772 or 12886509. OLE color: 12886509.

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

Color convert

RGB237161196-
CMYK00.320.170.07
HSL332.37º67.86%78.04%-
HSV(B)332.37º32.07%92.94%-
XYZ57.6347.4858.35-
YUV187.71132.68163.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=39.90%
G=27.10%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716119600.320.170.07332.3767.8678.04
HexEDA1C402011714c444e
Octal355241304040217514104116
Binary11101101101000011100010001000001000111110100110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1C4; }

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

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

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

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

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

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

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

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