Html Css Color HEX #EB959C Wewak

📋 copy color: '#EB959C'

red 235 ◦ green 149 ◦ blue 156

#EB959C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #EB959C

Tints of Wewak #EB959C

RGB

 RED value IS 235 (92.19% from 255) = 43.52%

 GREEN value IS 149 (58.59% from 255) = 27.59%

 BLUE value IS 156 (61.33% from 255) = 28.89%

R = 43.52%
G = 27.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB959C (or 0xEB959C) is known color: Wewak. HEX triplet: EB, 95 and 9C. RGB value is (235,149,156). Sum of RGB (Red+Green+Blue) = 235+149+156=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB959C is #146A63. Grayscale: #AFAFAF. Windows color (decimal): -1337956 or 10261995. OLE color: 10261995.

HSL color Cylindrical-coordinate representation of color #EB959C: hue angle of 355.12º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB959C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 156 -
CMYK 0 0.37 0.34 0.08
HSL 355.12º 0.68% 0.75% -
HSV(B) 355.12º 0.37% 0.92% -
XYZ 51.01 41.56 36.79 -
YUV 175.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 235 149 156 0 0.37 0.34 0.08 355.12 0.68 0.75
Hex EB 95 9C 0 25 22 8 163 44 4B
Octal 353 225 234 0 45 42 10 543 104 113
Binary 11101011 10010101 10011100 0 100101 100010 1000 101100011 1000100 1001011

Color Harmonies of #EB959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB959C

Black with #EB959C

Text Example


Text Example

White with #EB959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB959C; }

 p { color: rgb(235,149,156); }

 H1.HeaderClassName
 {
   color: #EB959C;
 }
 .AnyTagClassName
 {
   color: #EB959C;
 }
</style>

background-color css

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

 a { background-color: rgb(235,149,156); }

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

border-color css

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

 span { border-color: rgb(235,149,156); }

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