Html Css Color HEX #ED8F9B Wewak

📋 copy color: '#ED8F9B'

red 237 ◦ green 143 ◦ blue 155

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

Shades of Wewak #ED8F9B

Tints of Wewak #ED8F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

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

R = 44.3%
G = 26.73%
B = 28.97%

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

#ED8F9B (or 0xED8F9B) is known color: Wewak. HEX triplet: ED, 8F and 9B. RGB value is (237,143,155). Sum of RGB (Red+Green+Blue) = 237+143+155=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F9B is #127064. Grayscale: #ACACAC. Windows color (decimal): -1208421 or 10194925. OLE color: 10194925.

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

Color convert

RGB 237 143 155 -
CMYK 0 0.40 0.35 0.07
HSL 352.34º 0.72% 0.75% -
HSV(B) 352.34º 0.4% 0.93% -
XYZ 50.66 40.02 36.06 -
YUV 172.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 237 143 155 0 0.40 0.35 0.07 352.34 0.72 0.75
Hex ED 8F 9B 0 28 23 7 160 48 4B
Octal 355 217 233 0 50 43 7 540 110 113
Binary 11101101 10001111 10011011 0 101000 100011 111 101100000 1001000 1001011

Color Harmonies of #ED8F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F9B

Black with #ED8F9B

Text Example


Text Example

White with #ED8F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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