Html Css Color HEX #EB93A1 Wewak

📋 copy color: '#EB93A1'

red 235 ◦ green 147 ◦ blue 161

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

Shades of Wewak #EB93A1

Tints of Wewak #EB93A1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.07%

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

R = 43.28%
G = 27.07%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB93A1 (or 0xEB93A1) is known color: Wewak. HEX triplet: EB, 93 and A1. RGB value is (235,147,161). Sum of RGB (Red+Green+Blue) = 235+147+161=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93A1 is #146C5E. Grayscale: #AEAEAE. Windows color (decimal): -1338463 or 10589163. OLE color: 10589163.

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

Color convert

RGB 235 147 161 -
CMYK 0 0.37 0.31 0.08
HSL 350.45º 0.69% 0.75% -
HSV(B) 350.45º 0.37% 0.92% -
XYZ 51.13 41.1 38.96 -
YUV 174.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 235 147 161 0 0.37 0.31 0.08 350.45 0.69 0.75
Hex EB 93 A1 0 25 1F 8 15E 45 4B
Octal 353 223 241 0 45 37 10 536 105 113
Binary 11101011 10010011 10100001 0 100101 11111 1000 101011110 1000101 1001011

Color Harmonies of #EB93A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB93A1

Black with #EB93A1

Text Example


Text Example

White with #EB93A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB93A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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