Html Css Color HEX #ED8C97 Wewak

📋 copy color: '#ED8C97'

red 237 ◦ green 140 ◦ blue 151

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

Shades of Wewak #ED8C97

Tints of Wewak #ED8C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 151 (59.38% from 255) = 28.6%

R = 44.89%
G = 26.52%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8C97 (or 0xED8C97) is known color: Wewak. HEX triplet: ED, 8C and 97. RGB value is (237,140,151). Sum of RGB (Red+Green+Blue) = 237+140+151=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C97 is #127368. Grayscale: #AAAAAA. Windows color (decimal): -1209193 or 9932013. OLE color: 9932013.

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

Color convert

RGB 237 140 151 -
CMYK 0 0.41 0.36 0.07
HSL 353.2º 0.73% 0.74% -
HSV(B) 353.2º 0.41% 0.93% -
XYZ 49.89 39 34.18 -
YUV 170.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 237 140 151 0 0.41 0.36 0.07 353.2 0.73 0.74
Hex ED 8C 97 0 29 24 7 161 49 4A
Octal 355 214 227 0 51 44 7 541 111 112
Binary 11101101 10001100 10010111 0 101001 100100 111 101100001 1001001 1001010

Color Harmonies of #ED8C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C97

Black with #ED8C97

Text Example


Text Example

White with #ED8C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C97; }

 p { color: rgb(237,140,151); }

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

background-color css

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

 a { background-color: rgb(237,140,151); }

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

border-color css

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

 span { border-color: rgb(237,140,151); }

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