#EDA1CA

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

Shades of Shocking #EDA1CA

Tints of Shocking #EDA1CA

Color information

#EDA1CA (or 0xEDA1CA) is unknown color: approx Shocking. HEX triplet: ED, A1 and CA. RGB value is (237,161,202). Sum of RGB (Red+Green+Blue) = 237+161+202=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1CA is #125E35. Grayscale: #BCBCBC. Windows color (decimal): -1203766 or 13279725. OLE color: 13279725.

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

Color convert

RGB237161202-
CMYK00.320.150.07
HSL327.63º67.86%78.04%-
HSV(B)327.63º32.07%92.94%-
XYZ58.3347.7662.02-
YUV188.4135.68162.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=39.5%
G=26.83%
B=33.67%

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
Decimal23716120200.320.150.07327.6367.8678.04
HexEDA1CA020F7148444e
Octal355241312040177510104116
Binary1110110110100001110010100100000111111110100100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1CA; }

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

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

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

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

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

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

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

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