#ED969E

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

Shades of Wewak #ED969E

Tints of Wewak #ED969E

Color information

#ED969E (or 0xED969E) is unknown color: approx Wewak. HEX triplet: ED, 96 and 9E. RGB value is (237,150,158). Sum of RGB (Red+Green+Blue) = 237+150+158=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED969E is #126961. Grayscale: #B0B0B0. Windows color (decimal): -1206626 or 10393325. OLE color: 10393325.

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

Color convert

RGB237150158-
CMYK00.370.330.07
HSL354.48º70.73%75.88%-
HSV(B)354.48º36.71%92.94%-
XYZ5242.2937.77-
YUV176.92117.32170.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=43.49%
G=27.52%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715015800.370.330.07354.4870.7375.88
HexED969E025217162474c
Octal355226236045417542107114
Binary111011011001011010011110010010110000111110110001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED969E; }

 p { color: rgb(237,150,158); }

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

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

 a { background-color: rgb(237,150,158); }

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

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

 span { border-color: rgb(237,150,158); }

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