#EC919B

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

Shades of Wewak #EC919B

Tints of Wewak #EC919B

Color information

#EC919B (or 0xEC919B) is unknown color: approx Wewak. HEX triplet: EC, 91 and 9B. RGB value is (236,145,155). Sum of RGB (Red+Green+Blue) = 236+145+155=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC919B is #136E64. Grayscale: #ADADAD. Windows color (decimal): -1273445 or 10195436. OLE color: 10195436.

HSL color Cylindrical-coordinate representation of color #EC919B: hue angle of 353.41º degrees, saturation: 0.71, 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 #EC919B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236145155-
CMYK00.390.340.07
HSL353.41º70.54%74.71%-
HSV(B)353.41º38.56%92.55%-
XYZ50.6340.4536.15-
YUV173.35117.65172.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=44.03%
G=27.05%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614515500.390.340.07353.4170.5474.71
HexEC919B027227161474b
Octal354221233047427541107113
Binary111011001001000110011011010011110001011110110000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC919B; }

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

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

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

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

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

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

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

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