Html Css Color HEX #EA8C99 Wewak

📋 copy color: '#EA8C99'

red 234 ◦ green 140 ◦ blue 153

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

Shades of Wewak #EA8C99

Tints of Wewak #EA8C99

RGB

 RED value IS 234 (91.8% from 255) = 44.4%

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 44.4%
G = 26.57%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA8C99 (or 0xEA8C99) is known color: Wewak. HEX triplet: EA, 8C and 99. RGB value is (234,140,153). Sum of RGB (Red+Green+Blue) = 234+140+153=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8C99 is #157366. Grayscale: #A9A9A9. Windows color (decimal): -1405799 or 10063082. OLE color: 10063082.

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

Color convert

RGB 234 140 153 -
CMYK 0 0.40 0.35 0.08
HSL 351.7º 0.69% 0.73% -
HSV(B) 351.7º 0.4% 0.92% -
XYZ 49.06 38.55 34.99 -
YUV 169.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 234 140 153 0 0.40 0.35 0.08 351.7 0.69 0.73
Hex EA 8C 99 0 28 23 8 160 45 49
Octal 352 214 231 0 50 43 10 540 105 111
Binary 11101010 10001100 10011001 0 101000 100011 1000 101100000 1000101 1001001

Color Harmonies of #EA8C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C99

Black with #EA8C99

Text Example


Text Example

White with #EA8C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C99; }

 p { color: rgb(234,140,153); }

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

background-color css

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

 a { background-color: rgb(234,140,153); }

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

border-color css

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

 span { border-color: rgb(234,140,153); }

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