Html Css Color HEX #ED9C9E Wewak

📋 copy color: '#ED9C9E'

red 237 ◦ green 156 ◦ blue 158

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

Shades of Wewak #ED9C9E

Tints of Wewak #ED9C9E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

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

R = 43.01%
G = 28.31%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED9C9E (or 0xED9C9E) is known color: Wewak. HEX triplet: ED, 9C and 9E. RGB value is (237,156,158). Sum of RGB (Red+Green+Blue) = 237+156+158=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9E is #126361. Grayscale: #B4B4B4. Windows color (decimal): -1205090 or 10394861. OLE color: 10394861.

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

Color convert

RGB 237 156 158 -
CMYK 0 0.34 0.33 0.07
HSL 358.52º 0.69% 0.77% -
HSV(B) 358.52º 0.34% 0.93% -
XYZ 52.99 44.25 38.1 -
YUV 180.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 237 156 158 0 0.34 0.33 0.07 358.52 0.69 0.77
Hex ED 9C 9E 0 22 21 7 167 45 4D
Octal 355 234 236 0 42 41 7 547 105 115
Binary 11101101 10011100 10011110 0 100010 100001 111 101100111 1000101 1001101

Color Harmonies of #ED9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C9E

Black with #ED9C9E

Text Example


Text Example

White with #ED9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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