Html Css Color HEX #EB8C94 Wewak

📋 copy color: '#EB8C94'

red 235 ◦ green 140 ◦ blue 148

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

Shades of Wewak #EB8C94

Tints of Wewak #EB8C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

 BLUE value IS 148 (58.2% from 255) = 28.3%

R = 44.93%
G = 26.77%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB8C94 (or 0xEB8C94) is known color: Wewak. HEX triplet: EB, 8C and 94. RGB value is (235,140,148). Sum of RGB (Red+Green+Blue) = 235+140+148=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C94 is #14736B. Grayscale: #A9A9A9. Windows color (decimal): -1340268 or 9735403. OLE color: 9735403.

HSL color Cylindrical-coordinate representation of color #EB8C94: hue angle of 354.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8C94 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 140 148 -
CMYK 0 0.40 0.37 0.08
HSL 354.95º 0.7% 0.74% -
HSV(B) 354.95º 0.4% 0.92% -
XYZ 48.98 38.56 32.88 -
YUV 169.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 235 140 148 0 0.40 0.37 0.08 354.95 0.7 0.74
Hex EB 8C 94 0 28 25 8 163 46 4A
Octal 353 214 224 0 50 45 10 543 106 112
Binary 11101011 10001100 10010100 0 101000 100101 1000 101100011 1000110 1001010

Color Harmonies of #EB8C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C94

Black with #EB8C94

Text Example


Text Example

White with #EB8C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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