Html Css Color HEX #EE969E Wewak

📋 copy color: '#EE969E'

red 238 ◦ green 150 ◦ blue 158

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

Shades of Wewak #EE969E

Tints of Wewak #EE969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.47%

 BLUE value IS 158 (62.11% from 255) = 28.94%

R = 43.59%
G = 27.47%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE969E (or 0xEE969E) is known color: Wewak. HEX triplet: EE, 96 and 9E. RGB value is (238,150,158). Sum of RGB (Red+Green+Blue) = 238+150+158=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969E is #116961. Grayscale: #B1B1B1. Windows color (decimal): -1141090 or 10393326. OLE color: 10393326.

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

Color convert

RGB 238 150 158 -
CMYK 0 0.37 0.34 0.07
HSL 354.55º 0.72% 0.76% -
HSV(B) 354.55º 0.37% 0.93% -
XYZ 52.34 42.46 37.78 -
YUV 177.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 238 150 158 0 0.37 0.34 0.07 354.55 0.72 0.76
Hex EE 96 9E 0 25 22 7 163 48 4C
Octal 356 226 236 0 45 42 7 543 110 114
Binary 11101110 10010110 10011110 0 100101 100010 111 101100011 1001000 1001100

Color Harmonies of #EE969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE969E

Black with #EE969E

Text Example


Text Example

White with #EE969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE969E; }

 p { color: rgb(238,150,158); }

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

background-color css

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

 a { background-color: rgb(238,150,158); }

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

border-color css

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

 span { border-color: rgb(238,150,158); }

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