#ED929B

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

Shades of Wewak #ED929B

Tints of Wewak #ED929B

Color information

#ED929B (or 0xED929B) is unknown color: approx Wewak. HEX triplet: ED, 92 and 9B. RGB value is (237,146,155). Sum of RGB (Red+Green+Blue) = 237+146+155=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED929B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED929B is #126D64. Grayscale: #AEAEAE. Windows color (decimal): -1207653 or 10195693. OLE color: 10195693.

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

Color convert

RGB237146155-
CMYK00.380.350.07
HSL354.07º71.65%75.1%-
HSV(B)354.07º38.4%92.94%-
XYZ51.1240.9336.22-
YUV174.24117.15172.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=44.05%
G=27.14%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714615500.380.350.07354.0771.6575.1
HexED929B026237162484b
Octal355222233046437542110113
Binary111011011001001010011011010011010001111110110001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED929B; }

 p { color: rgb(237,146,155); }

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

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

 a { background-color: rgb(237,146,155); }

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

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

 span { border-color: rgb(237,146,155); }

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