Html Css Color HEX #ED98A2 Wewak

📋 copy color: '#ED98A2'

red 237 ◦ green 152 ◦ blue 162

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

Shades of Wewak #ED98A2

Tints of Wewak #ED98A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 43.01%
G = 27.59%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED98A2 (or 0xED98A2) is known color: Wewak. HEX triplet: ED, 98 and A2. RGB value is (237,152,162). Sum of RGB (Red+Green+Blue) = 237+152+162=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A2 is #12675D. Grayscale: #B2B2B2. Windows color (decimal): -1206110 or 10655981. OLE color: 10655981.

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

Color convert

RGB 237 152 162 -
CMYK 0 0.36 0.32 0.07
HSL 352.94º 0.7% 0.76% -
HSV(B) 352.94º 0.36% 0.93% -
XYZ 52.67 43.07 39.72 -
YUV 178.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 237 152 162 0 0.36 0.32 0.07 352.94 0.7 0.76
Hex ED 98 A2 0 24 20 7 161 46 4C
Octal 355 230 242 0 44 40 7 541 106 114
Binary 11101101 10011000 10100010 0 100100 100000 111 101100001 1000110 1001100

Color Harmonies of #ED98A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98A2

Black with #ED98A2

Text Example


Text Example

White with #ED98A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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