Html Css Color HEX #EE95A0 Wewak

📋 copy color: '#EE95A0'

red 238 ◦ green 149 ◦ blue 160

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

Shades of Wewak #EE95A0

Tints of Wewak #EE95A0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 43.51%
G = 27.24%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE95A0 (or 0xEE95A0) is known color: Wewak. HEX triplet: EE, 95 and A0. RGB value is (238,149,160). Sum of RGB (Red+Green+Blue) = 238+149+160=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE95A0 is #116A5F. Grayscale: #B0B0B0. Windows color (decimal): -1141344 or 10524142. OLE color: 10524142.

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

Color convert

RGB 238 149 160 -
CMYK 0 0.37 0.33 0.07
HSL 352.58º 0.72% 0.76% -
HSV(B) 352.58º 0.37% 0.93% -
XYZ 52.35 42.21 38.65 -
YUV 176.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 238 149 160 0 0.37 0.33 0.07 352.58 0.72 0.76
Hex EE 95 A0 0 25 21 7 161 48 4C
Octal 356 225 240 0 45 41 7 541 110 114
Binary 11101110 10010101 10100000 0 100101 100001 111 101100001 1001000 1001100

Color Harmonies of #EE95A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE95A0

Black with #EE95A0

Text Example


Text Example

White with #EE95A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE95A0; }

 p { color: rgb(238,149,160); }

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

background-color css

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

 a { background-color: rgb(238,149,160); }

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

border-color css

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

 span { border-color: rgb(238,149,160); }

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