Html Css Color HEX #EB949B Wewak

📋 copy color: '#EB949B'

red 235 ◦ green 148 ◦ blue 155

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

Shades of Wewak #EB949B

Tints of Wewak #EB949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.51%

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 43.68%
G = 27.51%
B = 28.81%

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

#EB949B (or 0xEB949B) is known color: Wewak. HEX triplet: EB, 94 and 9B. RGB value is (235,148,155). Sum of RGB (Red+Green+Blue) = 235+148+155=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB949B is #146B64. Grayscale: #AEAEAE. Windows color (decimal): -1338213 or 10196203. OLE color: 10196203.

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

Color convert

RGB 235 148 155 -
CMYK 0 0.37 0.34 0.08
HSL 355.17º 0.69% 0.75% -
HSV(B) 355.17º 0.37% 0.92% -
XYZ 50.77 41.21 36.29 -
YUV 174.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 235 148 155 0 0.37 0.34 0.08 355.17 0.69 0.75
Hex EB 94 9B 0 25 22 8 163 45 4B
Octal 353 224 233 0 45 42 10 543 105 113
Binary 11101011 10010100 10011011 0 100101 100010 1000 101100011 1000101 1001011

Color Harmonies of #EB949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB949B

Black with #EB949B

Text Example


Text Example

White with #EB949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB949B; }

 p { color: rgb(235,148,155); }

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

background-color css

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

 a { background-color: rgb(235,148,155); }

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

border-color css

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

 span { border-color: rgb(235,148,155); }

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