Html Css Color HEX #ED929C Wewak

📋 copy color: '#ED929C'

red 237 ◦ green 146 ◦ blue 156

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

Shades of Wewak #ED929C

Tints of Wewak #ED929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.94%

R = 43.97%
G = 27.09%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED929C (or 0xED929C) is known color: Wewak. HEX triplet: ED, 92 and 9C. RGB value is (237,146,156). Sum of RGB (Red+Green+Blue) = 237+146+156=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED929C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED929C is #126D63. Grayscale: #AEAEAE. Windows color (decimal): -1207652 or 10261229. OLE color: 10261229.

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

Color convert

RGB 237 146 156 -
CMYK 0 0.38 0.34 0.07
HSL 353.41º 0.72% 0.75% -
HSV(B) 353.41º 0.38% 0.93% -
XYZ 51.2 40.96 36.66 -
YUV 174.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 237 146 156 0 0.38 0.34 0.07 353.41 0.72 0.75
Hex ED 92 9C 0 26 22 7 161 48 4B
Octal 355 222 234 0 46 42 7 541 110 113
Binary 11101101 10010010 10011100 0 100110 100010 111 101100001 1001000 1001011

Color Harmonies of #ED929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED929C

Black with #ED929C

Text Example


Text Example

White with #ED929C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED929C; }

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

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

background-color css

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

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

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

border-color css

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

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

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