Html Css Color HEX #ED8A9E Wewak

📋 copy color: '#ED8A9E'

red 237 ◦ green 138 ◦ blue 158

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

Shades of Wewak #ED8A9E

Tints of Wewak #ED8A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.89%

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 44.47%
G = 25.89%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED8A9E (or 0xED8A9E) is known color: Wewak. HEX triplet: ED, 8A and 9E. RGB value is (237,138,158). Sum of RGB (Red+Green+Blue) = 237+138+158=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9E is #127561. Grayscale: #A9A9A9. Windows color (decimal): -1209698 or 10390253. OLE color: 10390253.

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

Color convert

RGB 237 138 158 -
CMYK 0 0.42 0.33 0.07
HSL 347.88º 0.73% 0.74% -
HSV(B) 347.88º 0.42% 0.93% -
XYZ 50.19 38.65 37.16 -
YUV 169.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 237 138 158 0 0.42 0.33 0.07 347.88 0.73 0.74
Hex ED 8A 9E 0 2A 21 7 15C 49 4A
Octal 355 212 236 0 52 41 7 534 111 112
Binary 11101101 10001010 10011110 0 101010 100001 111 101011100 1001001 1001010

Color Harmonies of #ED8A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A9E

Black with #ED8A9E

Text Example


Text Example

White with #ED8A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A9E; }

 p { color: rgb(237,138,158); }

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

background-color css

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

 a { background-color: rgb(237,138,158); }

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

border-color css

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

 span { border-color: rgb(237,138,158); }

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