Html Css Color HEX #ED8A8D Wewak

📋 copy color: '#ED8A8D'

red 237 ◦ green 138 ◦ blue 141

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

Shades of Wewak #ED8A8D

Tints of Wewak #ED8A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 45.93%
G = 26.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED8A8D (or 0xED8A8D) is known color: Wewak. HEX triplet: ED, 8A and 8D. RGB value is (237,138,141). Sum of RGB (Red+Green+Blue) = 237+138+141=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A8D is #127572. Grayscale: #A8A8A8. Windows color (decimal): -1209715 or 9276141. OLE color: 9276141.

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

Color convert

RGB 237 138 141 -
CMYK 0 0.42 0.41 0.07
HSL 358.18º 0.73% 0.74% -
HSV(B) 358.18º 0.42% 0.93% -
XYZ 48.82 38.1 29.98 -
YUV 167.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 237 138 141 0 0.42 0.41 0.07 358.18 0.73 0.74
Hex ED 8A 8D 0 2A 29 7 166 49 4A
Octal 355 212 215 0 52 51 7 546 111 112
Binary 11101101 10001010 10001101 0 101010 101001 111 101100110 1001001 1001010

Color Harmonies of #ED8A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A8D

Black with #ED8A8D

Text Example


Text Example

White with #ED8A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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