Html Css Color HEX #ED8FA0 Wewak

📋 copy color: '#ED8FA0'

red 237 ◦ green 143 ◦ blue 160

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

Shades of Wewak #ED8FA0

Tints of Wewak #ED8FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 43.89%
G = 26.48%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED8FA0 (or 0xED8FA0) is known color: Wewak. HEX triplet: ED, 8F and A0. RGB value is (237,143,160). Sum of RGB (Red+Green+Blue) = 237+143+160=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA0 is #12705F. Grayscale: #ADADAD. Windows color (decimal): -1208416 or 10522605. OLE color: 10522605.

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

Color convert

RGB 237 143 160 -
CMYK 0 0.40 0.32 0.07
HSL 349.15º 0.72% 0.75% -
HSV(B) 349.15º 0.4% 0.93% -
XYZ 51.09 40.19 38.32 -
YUV 173.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 237 143 160 0 0.40 0.32 0.07 349.15 0.72 0.75
Hex ED 8F A0 0 28 20 7 15D 48 4B
Octal 355 217 240 0 50 40 7 535 110 113
Binary 11101101 10001111 10100000 0 101000 100000 111 101011101 1001000 1001011

Color Harmonies of #ED8FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FA0

Black with #ED8FA0

Text Example


Text Example

White with #ED8FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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