Html Css Color HEX #ED8A90 Wewak

📋 copy color: '#ED8A90'

red 237 ◦ green 138 ◦ blue 144

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

Shades of Wewak #ED8A90

Tints of Wewak #ED8A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 45.66%
G = 26.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8A90 (or 0xED8A90) is known color: Wewak. HEX triplet: ED, 8A and 90. RGB value is (237,138,144). Sum of RGB (Red+Green+Blue) = 237+138+144=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A90 is #12756F. Grayscale: #A8A8A8. Windows color (decimal): -1209712 or 9472749. OLE color: 9472749.

HSL color Cylindrical-coordinate representation of color #ED8A90: hue angle of 356.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8A90 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 144 -
CMYK 0 0.42 0.39 0.07
HSL 356.36º 0.73% 0.74% -
HSV(B) 356.36º 0.42% 0.93% -
XYZ 49.05 38.2 31.17 -
YUV 168.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 237 138 144 0 0.42 0.39 0.07 356.36 0.73 0.74
Hex ED 8A 90 0 2A 27 7 164 49 4A
Octal 355 212 220 0 52 47 7 544 111 112
Binary 11101101 10001010 10010000 0 101010 100111 111 101100100 1001001 1001010

Color Harmonies of #ED8A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A90

Black with #ED8A90

Text Example


Text Example

White with #ED8A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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