#ED919B

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

Shades of Wewak #ED919B

Tints of Wewak #ED919B

Color information

#ED919B (or 0xED919B) is unknown color: approx Wewak. HEX triplet: ED, 91 and 9B. RGB value is (237,145,155). Sum of RGB (Red+Green+Blue) = 237+145+155=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED919B is #126E64. Grayscale: #ADADAD. Windows color (decimal): -1207909 or 10195437. OLE color: 10195437.

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

Color convert

RGB237145155-
CMYK00.390.350.07
HSL353.48º71.88%74.9%-
HSV(B)353.48º38.82%92.94%-
XYZ50.9740.6236.16-
YUV173.65117.48173.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=44.13%
G=27.00%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714515500.390.350.07353.4871.8874.9
HexED919B027237161484b
Octal355221233047437541110113
Binary111011011001000110011011010011110001111110110000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED919B; }

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

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

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

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

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

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

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

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