Html Css Color HEX #ED8F86 Sweet Pink

📋 copy color: '#ED8F86'

red 237 ◦ green 143 ◦ blue 134

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

Shades of Sweet Pink #ED8F86

Tints of Sweet Pink #ED8F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

 BLUE value IS 134 (52.73% from 255) = 26.07%

R = 46.11%
G = 27.82%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8F86 (or 0xED8F86) is known color: Sweet Pink. HEX triplet: ED, 8F and 86. RGB value is (237,143,134). Sum of RGB (Red+Green+Blue) = 237+143+134=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F86 is #127079. Grayscale: #AAAAAA. Windows color (decimal): -1208442 or 8818669. OLE color: 8818669.

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

Color convert

RGB 237 143 134 -
CMYK 0 0.40 0.43 0.07
HSL 5.24º 0.74% 0.73% -
HSV(B) 5.24º 0.43% 0.93% -
XYZ 49.05 39.37 27.57 -
YUV 170.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 237 143 134 0 0.40 0.43 0.07 5.24 0.74 0.73
Hex ED 8F 86 0 28 2B 7 5 4A 49
Octal 355 217 206 0 50 53 7 5 112 111
Binary 11101101 10001111 10000110 0 101000 101011 111 101 1001010 1001001

Color Harmonies of #ED8F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F86

Black with #ED8F86

Text Example


Text Example

White with #ED8F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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