#EDA3C1

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

Shades of Shocking #EDA3C1

Tints of Shocking #EDA3C1

Color information

#EDA3C1 (or 0xEDA3C1) is unknown color: approx Shocking. HEX triplet: ED, A3 and C1. RGB value is (237,163,193). Sum of RGB (Red+Green+Blue) = 237+163+193=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3C1 is #125C3E. Grayscale: #BCBCBC. Windows color (decimal): -1203263 or 12690413. OLE color: 12690413.

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

Color convert

RGB237163193-
CMYK00.310.190.07
HSL335.68º67.27%78.43%-
HSV(B)335.68º31.22%92.94%-
XYZ57.6548.0556.69-
YUV188.55130.52162.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=39.97%
G=27.49%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716319300.310.190.07335.6867.2778.43
HexEDA3C101F137150434e
Octal355243301037237520103116
Binary1110110110100011110000010111111001111110101000010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3C1; }

 p { color: rgb(237,163,193); }

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

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

 a { background-color: rgb(237,163,193); }

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

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

 span { border-color: rgb(237,163,193); }

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