Html Css Color HEX #EB959D Wewak

📋 copy color: '#EB959D'

red 235 ◦ green 149 ◦ blue 157

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

Shades of Wewak #EB959D

Tints of Wewak #EB959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 43.44%
G = 27.54%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB959D (or 0xEB959D) is known color: Wewak. HEX triplet: EB, 95 and 9D. RGB value is (235,149,157). Sum of RGB (Red+Green+Blue) = 235+149+157=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB959D is #146A62. Grayscale: #AFAFAF. Windows color (decimal): -1337955 or 10327531. OLE color: 10327531.

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

Color convert

RGB 235 149 157 -
CMYK 0 0.37 0.33 0.08
HSL 354.42º 0.68% 0.75% -
HSV(B) 354.42º 0.37% 0.92% -
XYZ 51.09 41.59 37.23 -
YUV 175.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 235 149 157 0 0.37 0.33 0.08 354.42 0.68 0.75
Hex EB 95 9D 0 25 21 8 162 44 4B
Octal 353 225 235 0 45 41 10 542 104 113
Binary 11101011 10010101 10011101 0 100101 100001 1000 101100010 1000100 1001011

Color Harmonies of #EB959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB959D

Black with #EB959D

Text Example


Text Example

White with #EB959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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