Html Css Color HEX #ED9BA2 Wewak

📋 copy color: '#ED9BA2'

red 237 ◦ green 155 ◦ blue 162

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

Shades of Wewak #ED9BA2

Tints of Wewak #ED9BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 162 (63.67% from 255) = 29.24%

R = 42.78%
G = 27.98%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED9BA2 (or 0xED9BA2) is known color: Wewak. HEX triplet: ED, 9B and A2. RGB value is (237,155,162). Sum of RGB (Red+Green+Blue) = 237+155+162=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BA2 is #12645D. Grayscale: #B4B4B4. Windows color (decimal): -1205342 or 10656749. OLE color: 10656749.

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

Color convert

RGB 237 155 162 -
CMYK 0 0.35 0.32 0.07
HSL 354.88º 0.69% 0.77% -
HSV(B) 354.88º 0.35% 0.93% -
XYZ 53.17 44.06 39.88 -
YUV 180.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 237 155 162 0 0.35 0.32 0.07 354.88 0.69 0.77
Hex ED 9B A2 0 23 20 7 163 45 4D
Octal 355 233 242 0 43 40 7 543 105 115
Binary 11101101 10011011 10100010 0 100011 100000 111 101100011 1000101 1001101

Color Harmonies of #ED9BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BA2

Black with #ED9BA2

Text Example


Text Example

White with #ED9BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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