Html Css Color HEX #ED90A0 Wewak

📋 copy color: '#ED90A0'

red 237 ◦ green 144 ◦ blue 160

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

Shades of Wewak #ED90A0

Tints of Wewak #ED90A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.57%

R = 43.81%
G = 26.62%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED90A0 (or 0xED90A0) is known color: Wewak. HEX triplet: ED, 90 and A0. RGB value is (237,144,160). Sum of RGB (Red+Green+Blue) = 237+144+160=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A0 is #126F5F. Grayscale: #ADADAD. Windows color (decimal): -1208160 or 10522861. OLE color: 10522861.

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

Color convert

RGB 237 144 160 -
CMYK 0 0.39 0.32 0.07
HSL 349.68º 0.72% 0.75% -
HSV(B) 349.68º 0.39% 0.93% -
XYZ 51.24 40.49 38.37 -
YUV 173.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 237 144 160 0 0.39 0.32 0.07 349.68 0.72 0.75
Hex ED 90 A0 0 27 20 7 15E 48 4B
Octal 355 220 240 0 47 40 7 536 110 113
Binary 11101101 10010000 10100000 0 100111 100000 111 101011110 1001000 1001011

Color Harmonies of #ED90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90A0

Black with #ED90A0

Text Example


Text Example

White with #ED90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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