#EDA1BE

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

Shades of Shocking #EDA1BE

Tints of Shocking #EDA1BE

Color information

#EDA1BE (or 0xEDA1BE) is unknown color: approx Shocking. HEX triplet: ED, A1 and BE. RGB value is (237,161,190). Sum of RGB (Red+Green+Blue) = 237+161+190=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1BE is #125E41. Grayscale: #BABABA. Windows color (decimal): -1203778 or 12493293. OLE color: 12493293.

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

Color convert

RGB237161190-
CMYK00.320.200.07
HSL337.11º67.86%78.04%-
HSV(B)337.11º32.07%92.94%-
XYZ56.9647.2154.83-
YUV187.03129.68163.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 161 (63.28% from 255) = 27.38%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=40.31%
G=27.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716119000.320.200.07337.1167.8678.04
HexEDA1BE020147151444e
Octal355241276040247521104116
Binary11101101101000011011111001000001010011110101000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1BE; }

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

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

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

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

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

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

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

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