Html Css Color HEX #EB96A1 Wewak

📋 copy color: '#EB96A1'

red 235 ◦ green 150 ◦ blue 161

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

Shades of Wewak #EB96A1

Tints of Wewak #EB96A1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 161 (63.28% from 255) = 29.49%

R = 43.04%
G = 27.47%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB96A1 (or 0xEB96A1) is known color: Wewak. HEX triplet: EB, 96 and A1. RGB value is (235,150,161). Sum of RGB (Red+Green+Blue) = 235+150+161=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB96A1 is #14695E. Grayscale: #B0B0B0. Windows color (decimal): -1337695 or 10589931. OLE color: 10589931.

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

Color convert

RGB 235 150 161 -
CMYK 0 0.36 0.31 0.08
HSL 352.24º 0.68% 0.75% -
HSV(B) 352.24º 0.36% 0.92% -
XYZ 51.6 42.05 39.11 -
YUV 176.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 235 150 161 0 0.36 0.31 0.08 352.24 0.68 0.75
Hex EB 96 A1 0 24 1F 8 160 44 4B
Octal 353 226 241 0 44 37 10 540 104 113
Binary 11101011 10010110 10100001 0 100100 11111 1000 101100000 1000100 1001011

Color Harmonies of #EB96A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96A1

Black with #EB96A1

Text Example


Text Example

White with #EB96A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96A1; }

 p { color: rgb(235,150,161); }

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

background-color css

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

 a { background-color: rgb(235,150,161); }

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

border-color css

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

 span { border-color: rgb(235,150,161); }

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