Html Css Color HEX #ED8A98 Wewak

📋 copy color: '#ED8A98'

red 237 ◦ green 138 ◦ blue 152

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

Shades of Wewak #ED8A98

Tints of Wewak #ED8A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 44.97%
G = 26.19%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8A98 (or 0xED8A98) is known color: Wewak. HEX triplet: ED, 8A and 98. RGB value is (237,138,152). Sum of RGB (Red+Green+Blue) = 237+138+152=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A98 is #127567. Grayscale: #A9A9A9. Windows color (decimal): -1209704 or 9997037. OLE color: 9997037.

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

Color convert

RGB 237 138 152 -
CMYK 0 0.42 0.36 0.07
HSL 351.52º 0.73% 0.74% -
HSV(B) 351.52º 0.42% 0.93% -
XYZ 49.68 38.45 34.51 -
YUV 169.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 237 138 152 0 0.42 0.36 0.07 351.52 0.73 0.74
Hex ED 8A 98 0 2A 24 7 160 49 4A
Octal 355 212 230 0 52 44 7 540 111 112
Binary 11101101 10001010 10011000 0 101010 100100 111 101100000 1001001 1001010

Color Harmonies of #ED8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A98

Black with #ED8A98

Text Example


Text Example

White with #ED8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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