Html Css Color HEX #EE969D Wewak

📋 copy color: '#EE969D'

red 238 ◦ green 150 ◦ blue 157

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

Shades of Wewak #EE969D

Tints of Wewak #EE969D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 43.67%
G = 27.52%
B = 28.81%

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

#EE969D (or 0xEE969D) is known color: Wewak. HEX triplet: EE, 96 and 9D. RGB value is (238,150,157). Sum of RGB (Red+Green+Blue) = 238+150+157=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE969D is #116962. Grayscale: #B1B1B1. Windows color (decimal): -1141091 or 10327790. OLE color: 10327790.

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

Color convert

RGB 238 150 157 -
CMYK 0 0.37 0.34 0.07
HSL 355.23º 0.72% 0.76% -
HSV(B) 355.23º 0.37% 0.93% -
XYZ 52.25 42.42 37.33 -
YUV 177.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 238 150 157 0 0.37 0.34 0.07 355.23 0.72 0.76
Hex EE 96 9D 0 25 22 7 163 48 4C
Octal 356 226 235 0 45 42 7 543 110 114
Binary 11101110 10010110 10011101 0 100101 100010 111 101100011 1001000 1001100

Color Harmonies of #EE969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE969D

Black with #EE969D

Text Example


Text Example

White with #EE969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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