Html Css Color HEX #EB949D Wewak

📋 copy color: '#EB949D'

red 235 ◦ green 148 ◦ blue 157

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

Shades of Wewak #EB949D

Tints of Wewak #EB949D

RGB

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

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

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

R = 43.52%
G = 27.41%
B = 29.07%

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

#EB949D (or 0xEB949D) is known color: Wewak. HEX triplet: EB, 94 and 9D. RGB value is (235,148,157). Sum of RGB (Red+Green+Blue) = 235+148+157=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB949D is #146B62. Grayscale: #AFAFAF. Windows color (decimal): -1338211 or 10327275. OLE color: 10327275.

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

Color convert

RGB 235 148 157 -
CMYK 0 0.37 0.33 0.08
HSL 353.79º 0.69% 0.75% -
HSV(B) 353.79º 0.37% 0.92% -
XYZ 50.94 41.28 37.18 -
YUV 175.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 235 148 157 0 0.37 0.33 0.08 353.79 0.69 0.75
Hex EB 94 9D 0 25 21 8 162 45 4B
Octal 353 224 235 0 45 41 10 542 105 113
Binary 11101011 10010100 10011101 0 100101 100001 1000 101100010 1000101 1001011

Color Harmonies of #EB949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB949D

Black with #EB949D

Text Example


Text Example

White with #EB949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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