Html Css Color HEX #EE949A Wewak

📋 copy color: '#EE949A'

red 238 ◦ green 148 ◦ blue 154

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

Shades of Wewak #EE949A

Tints of Wewak #EE949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.52%

R = 44.07%
G = 27.41%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE949A (or 0xEE949A) is known color: Wewak. HEX triplet: EE, 94 and 9A. RGB value is (238,148,154). Sum of RGB (Red+Green+Blue) = 238+148+154=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE949A is #116B65. Grayscale: #AFAFAF. Windows color (decimal): -1141606 or 10130670. OLE color: 10130670.

HSL color Cylindrical-coordinate representation of color #EE949A: hue angle of 356º 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 #EE949A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 154 -
CMYK 0 0.38 0.35 0.07
HSL 356º 0.73% 0.76% -
HSV(B) 356º 0.38% 0.93% -
XYZ 51.68 41.69 35.89 -
YUV 175.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 238 148 154 0 0.38 0.35 0.07 356 0.73 0.76
Hex EE 94 9A 0 26 23 7 164 49 4C
Octal 356 224 232 0 46 43 7 544 111 114
Binary 11101110 10010100 10011010 0 100110 100011 111 101100100 1001001 1001100

Color Harmonies of #EE949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE949A

Black with #EE949A

Text Example


Text Example

White with #EE949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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