#ED999C

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

Shades of Wewak #ED999C

Tints of Wewak #ED999C

Color information

#ED999C (or 0xED999C) is unknown color: approx Wewak. HEX triplet: ED, 99 and 9C. RGB value is (237,153,156). Sum of RGB (Red+Green+Blue) = 237+153+156=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED999C is #126663. Grayscale: #B2B2B2. Windows color (decimal): -1205860 or 10263021. OLE color: 10263021.

HSL color Cylindrical-coordinate representation of color #ED999C: hue angle of 357.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED999C is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237153156-
CMYK00.350.340.07
HSL357.86º70%76.47%-
HSV(B)357.86º35.44%92.94%-
XYZ52.3243.1937.03-
YUV178.46115.33169.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=43.41%
G=28.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715315600.350.340.07357.867076.47
HexED999C023227166464c
Octal355231234043427546106114
Binary111011011001100110011100010001110001011110110011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED999C; }

 p { color: rgb(237,153,156); }

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

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

 a { background-color: rgb(237,153,156); }

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

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

 span { border-color: rgb(237,153,156); }

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