Html Css Color HEX #ED8891 Wewak

📋 copy color: '#ED8891'

red 237 ◦ green 136 ◦ blue 145

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

Shades of Wewak #ED8891

Tints of Wewak #ED8891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 45.75%
G = 26.25%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8891 (or 0xED8891) is known color: Wewak. HEX triplet: ED, 88 and 91. RGB value is (237,136,145). Sum of RGB (Red+Green+Blue) = 237+136+145=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8891 is #12776E. Grayscale: #A7A7A7. Windows color (decimal): -1210223 or 9537773. OLE color: 9537773.

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

Color convert

RGB 237 136 145 -
CMYK 0 0.43 0.39 0.07
HSL 354.65º 0.74% 0.73% -
HSV(B) 354.65º 0.43% 0.93% -
XYZ 48.84 37.66 31.48 -
YUV 167.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 237 136 145 0 0.43 0.39 0.07 354.65 0.74 0.73
Hex ED 88 91 0 2B 27 7 163 4A 49
Octal 355 210 221 0 53 47 7 543 112 111
Binary 11101101 10001000 10010001 0 101011 100111 111 101100011 1001010 1001001

Color Harmonies of #ED8891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8891

Black with #ED8891

Text Example


Text Example

White with #ED8891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8891; }

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

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

background-color css

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

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

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

border-color css

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

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

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