Html Css Color HEX #ED9096 Wewak

📋 copy color: '#ED9096'

red 237 ◦ green 144 ◦ blue 150

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

Shades of Wewak #ED9096

Tints of Wewak #ED9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.12%

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

R = 44.63%
G = 27.12%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED9096 (or 0xED9096) is known color: Wewak. HEX triplet: ED, 90 and 96. RGB value is (237,144,150). Sum of RGB (Red+Green+Blue) = 237+144+150=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9096 is #126F69. Grayscale: #ACACAC. Windows color (decimal): -1208170 or 9867501. OLE color: 9867501.

HSL color Cylindrical-coordinate representation of color #ED9096: hue angle of 356.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9096 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 150 -
CMYK 0 0.39 0.37 0.07
HSL 356.13º 0.72% 0.75% -
HSV(B) 356.13º 0.39% 0.93% -
XYZ 50.4 40.15 33.95 -
YUV 172.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 237 144 150 0 0.39 0.37 0.07 356.13 0.72 0.75
Hex ED 90 96 0 27 25 7 164 48 4B
Octal 355 220 226 0 47 45 7 544 110 113
Binary 11101101 10010000 10010110 0 100111 100101 111 101100100 1001000 1001011

Color Harmonies of #ED9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9096

Black with #ED9096

Text Example


Text Example

White with #ED9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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