Html Css Color HEX #EDAF8F Mandys Pink

📋 copy color: '#EDAF8F'

red 237 ◦ green 175 ◦ blue 143

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

Shades of Mandys Pink #EDAF8F

Tints of Mandys Pink #EDAF8F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

 BLUE value IS 143 (56.25% from 255) = 25.77%

R = 42.7%
G = 31.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDAF8F (or 0xEDAF8F) is known color: Mandys Pink. HEX triplet: ED, AF and 8F. RGB value is (237,175,143). Sum of RGB (Red+Green+Blue) = 237+175+143=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8F is #125070. Grayscale: #BEBEBE. Windows color (decimal): -1200241 or 9416685. OLE color: 9416685.

HSL color Cylindrical-coordinate representation of color #EDAF8F: hue angle of 20.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDAF8F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 143 -
CMYK 0 0.26 0.40 0.07
HSL 20.43º 0.72% 0.75% -
HSV(B) 20.43º 0.4% 0.93% -
XYZ 55.21 50.65 32.85 -
YUV 189.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 237 175 143 0 0.26 0.40 0.07 20.43 0.72 0.75
Hex ED AF 8F 0 1A 28 7 14 48 4B
Octal 355 257 217 0 32 50 7 24 110 113
Binary 11101101 10101111 10001111 0 11010 101000 111 10100 1001000 1001011

Color Harmonies of #EDAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF8F

Black with #EDAF8F

Text Example


Text Example

White with #EDAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF8F; }

 p { color: rgb(237,175,143); }

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

background-color css

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

 a { background-color: rgb(237,175,143); }

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

border-color css

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

 span { border-color: rgb(237,175,143); }

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