Html Css Color HEX #ED929B Wewak

📋 copy color: '#ED929B'

red 237 ◦ green 146 ◦ blue 155

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

Shades of Wewak #ED929B

Tints of Wewak #ED929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.14%

 BLUE value IS 155 (60.94% from 255) = 28.81%

R = 44.05%
G = 27.14%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED929B (or 0xED929B) is known color: Wewak. HEX triplet: ED, 92 and 9B. RGB value is (237,146,155). Sum of RGB (Red+Green+Blue) = 237+146+155=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED929B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED929B is #126D64. Grayscale: #AEAEAE. Windows color (decimal): -1207653 or 10195693. OLE color: 10195693.

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

Color convert

RGB 237 146 155 -
CMYK 0 0.38 0.35 0.07
HSL 354.07º 0.72% 0.75% -
HSV(B) 354.07º 0.38% 0.93% -
XYZ 51.12 40.93 36.22 -
YUV 174.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 237 146 155 0 0.38 0.35 0.07 354.07 0.72 0.75
Hex ED 92 9B 0 26 23 7 162 48 4B
Octal 355 222 233 0 46 43 7 542 110 113
Binary 11101101 10010010 10011011 0 100110 100011 111 101100010 1001000 1001011

Color Harmonies of #ED929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED929B

Black with #ED929B

Text Example


Text Example

White with #ED929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED929B; }

 p { color: rgb(237,146,155); }

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

background-color css

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

 a { background-color: rgb(237,146,155); }

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

border-color css

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

 span { border-color: rgb(237,146,155); }

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