Html Css Color HEX #EB959F Wewak

📋 copy color: '#EB959F'

red 235 ◦ green 149 ◦ blue 159

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

Shades of Wewak #EB959F

Tints of Wewak #EB959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.28%

R = 43.28%
G = 27.44%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB959F (or 0xEB959F) is known color: Wewak. HEX triplet: EB, 95 and 9F. RGB value is (235,149,159). Sum of RGB (Red+Green+Blue) = 235+149+159=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB959F is #146A60. Grayscale: #AFAFAF. Windows color (decimal): -1337953 or 10458603. OLE color: 10458603.

HSL color Cylindrical-coordinate representation of color #EB959F: hue angle of 353.02º 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 #EB959F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 159 -
CMYK 0 0.37 0.32 0.08
HSL 353.02º 0.68% 0.75% -
HSV(B) 353.02º 0.37% 0.92% -
XYZ 51.27 41.66 38.14 -
YUV 175.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 235 149 159 0 0.37 0.32 0.08 353.02 0.68 0.75
Hex EB 95 9F 0 25 20 8 161 44 4B
Octal 353 225 237 0 45 40 10 541 104 113
Binary 11101011 10010101 10011111 0 100101 100000 1000 101100001 1000100 1001011

Color Harmonies of #EB959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB959F

Black with #EB959F

Text Example


Text Example

White with #EB959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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