Html Css Color HEX #ED8E9B Wewak

📋 copy color: '#ED8E9B'

red 237 ◦ green 142 ◦ blue 155

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

Shades of Wewak #ED8E9B

Tints of Wewak #ED8E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.59%

 BLUE value IS 155 (60.94% from 255) = 29.03%

R = 44.38%
G = 26.59%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED8E9B (or 0xED8E9B) is known color: Wewak. HEX triplet: ED, 8E and 9B. RGB value is (237,142,155). Sum of RGB (Red+Green+Blue) = 237+142+155=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E9B is #127164. Grayscale: #ABABAB. Windows color (decimal): -1208677 or 10194669. OLE color: 10194669.

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

Color convert

RGB 237 142 155 -
CMYK 0 0.40 0.35 0.07
HSL 351.79º 0.73% 0.74% -
HSV(B) 351.79º 0.4% 0.93% -
XYZ 50.51 39.72 36.01 -
YUV 171.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 237 142 155 0 0.40 0.35 0.07 351.79 0.73 0.74
Hex ED 8E 9B 0 28 23 7 160 49 4A
Octal 355 216 233 0 50 43 7 540 111 112
Binary 11101101 10001110 10011011 0 101000 100011 111 101100000 1001001 1001010

Color Harmonies of #ED8E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E9B

Black with #ED8E9B

Text Example


Text Example

White with #ED8E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E9B; }

 p { color: rgb(237,142,155); }

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

background-color css

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

 a { background-color: rgb(237,142,155); }

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

border-color css

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

 span { border-color: rgb(237,142,155); }

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