Html Css Color HEX #EE94A2 Wewak

📋 copy color: '#EE94A2'

red 238 ◦ green 148 ◦ blue 162

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

Shades of Wewak #EE94A2

Tints of Wewak #EE94A2

RGB

 RED value IS 238 (93.36% from 255) = 43.43%

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

 BLUE value IS 162 (63.67% from 255) = 29.56%

R = 43.43%
G = 27.01%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE94A2 (or 0xEE94A2) is known color: Wewak. HEX triplet: EE, 94 and A2. RGB value is (238,148,162). Sum of RGB (Red+Green+Blue) = 238+148+162=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE94A2 is #116B5D. Grayscale: #B0B0B0. Windows color (decimal): -1141598 or 10654958. OLE color: 10654958.

HSL color Cylindrical-coordinate representation of color #EE94A2: hue angle of 350.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94A2 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 162 -
CMYK 0 0.38 0.32 0.07
HSL 350.67º 0.73% 0.76% -
HSV(B) 350.67º 0.38% 0.93% -
XYZ 52.37 41.97 39.52 -
YUV 176.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 238 148 162 0 0.38 0.32 0.07 350.67 0.73 0.76
Hex EE 94 A2 0 26 20 7 15F 49 4C
Octal 356 224 242 0 46 40 7 537 111 114
Binary 11101110 10010100 10100010 0 100110 100000 111 101011111 1001001 1001100

Color Harmonies of #EE94A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE94A2

Black with #EE94A2

Text Example


Text Example

White with #EE94A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE94A2; }

 p { color: rgb(238,148,162); }

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

background-color css

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

 a { background-color: rgb(238,148,162); }

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

border-color css

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

 span { border-color: rgb(238,148,162); }

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