Html Css Color HEX #ED8A96 Wewak

📋 copy color: '#ED8A96'

red 237 ◦ green 138 ◦ blue 150

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

Shades of Wewak #ED8A96

Tints of Wewak #ED8A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 45.14%
G = 26.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED8A96 (or 0xED8A96) is known color: Wewak. HEX triplet: ED, 8A and 96. RGB value is (237,138,150). Sum of RGB (Red+Green+Blue) = 237+138+150=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A96 is #127569. Grayscale: #A9A9A9. Windows color (decimal): -1209706 or 9865965. OLE color: 9865965.

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

Color convert

RGB 237 138 150 -
CMYK 0 0.42 0.37 0.07
HSL 352.73º 0.73% 0.74% -
HSV(B) 352.73º 0.42% 0.93% -
XYZ 49.52 38.38 33.65 -
YUV 168.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 237 138 150 0 0.42 0.37 0.07 352.73 0.73 0.74
Hex ED 8A 96 0 2A 25 7 161 49 4A
Octal 355 212 226 0 52 45 7 541 111 112
Binary 11101101 10001010 10010110 0 101010 100101 111 101100001 1001001 1001010

Color Harmonies of #ED8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A96

Black with #ED8A96

Text Example


Text Example

White with #ED8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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