Html Css Color HEX #ED8896 Wewak

📋 copy color: '#ED8896'

red 237 ◦ green 136 ◦ blue 150

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

Shades of Wewak #ED8896

Tints of Wewak #ED8896

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26%

 BLUE value IS 150 (58.98% from 255) = 28.68%

R = 45.32%
G = 26%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8896 (or 0xED8896) is known color: Wewak. HEX triplet: ED, 88 and 96. RGB value is (237,136,150). Sum of RGB (Red+Green+Blue) = 237+136+150=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8896 is #127769. Grayscale: #A7A7A7. Windows color (decimal): -1210218 or 9865453. OLE color: 9865453.

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

Color convert

RGB 237 136 150 -
CMYK 0 0.43 0.37 0.07
HSL 351.68º 0.74% 0.73% -
HSV(B) 351.68º 0.43% 0.93% -
XYZ 49.23 37.81 33.56 -
YUV 167.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 237 136 150 0 0.43 0.37 0.07 351.68 0.74 0.73
Hex ED 88 96 0 2B 25 7 160 4A 49
Octal 355 210 226 0 53 45 7 540 112 111
Binary 11101101 10001000 10010110 0 101011 100101 111 101100000 1001010 1001001

Color Harmonies of #ED8896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8896

Black with #ED8896

Text Example


Text Example

White with #ED8896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8896; }

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

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

background-color css

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

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

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

border-color css

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

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

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