Html Css Color HEX #ED9FA5 Wewak

📋 copy color: '#ED9FA5'

red 237 ◦ green 159 ◦ blue 165

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

Shades of Wewak #ED9FA5

Tints of Wewak #ED9FA5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 42.25%
G = 28.34%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED9FA5 (or 0xED9FA5) is known color: Wewak. HEX triplet: ED, 9F and A5. RGB value is (237,159,165). Sum of RGB (Red+Green+Blue) = 237+159+165=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA5 is #12605A. Grayscale: #B7B7B7. Windows color (decimal): -1204315 or 10854381. OLE color: 10854381.

HSL color Cylindrical-coordinate representation of color #ED9FA5: hue angle of 355.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FA5 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 165 -
CMYK 0 0.33 0.30 0.07
HSL 355.38º 0.68% 0.78% -
HSV(B) 355.38º 0.33% 0.93% -
XYZ 54.11 45.52 41.53 -
YUV 183.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 237 159 165 0 0.33 0.30 0.07 355.38 0.68 0.78
Hex ED 9F A5 0 21 1E 7 163 44 4E
Octal 355 237 245 0 41 36 7 543 104 116
Binary 11101101 10011111 10100101 0 100001 11110 111 101100011 1000100 1001110

Color Harmonies of #ED9FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FA5

Black with #ED9FA5

Text Example


Text Example

White with #ED9FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FA5; }

 p { color: rgb(237,159,165); }

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

background-color css

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

 a { background-color: rgb(237,159,165); }

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

border-color css

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

 span { border-color: rgb(237,159,165); }

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