Html Css Color HEX #EE969C Wewak

📋 copy color: '#EE969C'

red 238 ◦ green 150 ◦ blue 156

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

Shades of Wewak #EE969C

Tints of Wewak #EE969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 43.75%
G = 27.57%
B = 28.68%

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

#EE969C (or 0xEE969C) is known color: Wewak. HEX triplet: EE, 96 and 9C. RGB value is (238,150,156). Sum of RGB (Red+Green+Blue) = 238+150+156=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969C is #116963. Grayscale: #B1B1B1. Windows color (decimal): -1141092 or 10262254. OLE color: 10262254.

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

Color convert

RGB 238 150 156 -
CMYK 0 0.37 0.34 0.07
HSL 355.91º 0.72% 0.76% -
HSV(B) 355.91º 0.37% 0.93% -
XYZ 52.17 42.39 36.89 -
YUV 177 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 238 150 156 0 0.37 0.34 0.07 355.91 0.72 0.76
Hex EE 96 9C 0 25 22 7 164 48 4C
Octal 356 226 234 0 45 42 7 544 110 114
Binary 11101110 10010110 10011100 0 100101 100010 111 101100100 1001000 1001100

Color Harmonies of #EE969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE969C

Black with #EE969C

Text Example


Text Example

White with #EE969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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