Html Css Color HEX #ED96A2 Wewak

📋 copy color: '#ED96A2'

red 237 ◦ green 150 ◦ blue 162

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

Shades of Wewak #ED96A2

Tints of Wewak #ED96A2

RGB

 RED value IS 237 (92.97% from 255) = 43.17%

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

 BLUE value IS 162 (63.67% from 255) = 29.51%

R = 43.17%
G = 27.32%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED96A2 (or 0xED96A2) is known color: Wewak. HEX triplet: ED, 96 and A2. RGB value is (237,150,162). Sum of RGB (Red+Green+Blue) = 237+150+162=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96A2 is #12695D. Grayscale: #B1B1B1. Windows color (decimal): -1206622 or 10655469. OLE color: 10655469.

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

Color convert

RGB 237 150 162 -
CMYK 0 0.37 0.32 0.07
HSL 351.72º 0.71% 0.76% -
HSV(B) 351.72º 0.37% 0.93% -
XYZ 52.35 42.43 39.61 -
YUV 177.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 237 150 162 0 0.37 0.32 0.07 351.72 0.71 0.76
Hex ED 96 A2 0 25 20 7 160 47 4C
Octal 355 226 242 0 45 40 7 540 107 114
Binary 11101101 10010110 10100010 0 100101 100000 111 101100000 1000111 1001100

Color Harmonies of #ED96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96A2

Black with #ED96A2

Text Example


Text Example

White with #ED96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96A2; }

 p { color: rgb(237,150,162); }

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

background-color css

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

 a { background-color: rgb(237,150,162); }

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

border-color css

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

 span { border-color: rgb(237,150,162); }

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