Html Css Color HEX #ED8F81 Sweet Pink

📋 copy color: '#ED8F81'

red 237 ◦ green 143 ◦ blue 129

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

Shades of Sweet Pink #ED8F81

Tints of Sweet Pink #ED8F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.34%

R = 46.56%
G = 28.09%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED8F81 (or 0xED8F81) is known color: Sweet Pink. HEX triplet: ED, 8F and 81. RGB value is (237,143,129). Sum of RGB (Red+Green+Blue) = 237+143+129=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F81 is #12707E. Grayscale: #A9A9A9. Windows color (decimal): -1208447 or 8490989. OLE color: 8490989.

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

Color convert

RGB 237 143 129 -
CMYK 0 0.40 0.46 0.07
HSL 7.78º 0.75% 0.72% -
HSV(B) 7.78º 0.46% 0.93% -
XYZ 48.71 39.23 25.77 -
YUV 169.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 237 143 129 0 0.40 0.46 0.07 7.78 0.75 0.72
Hex ED 8F 81 0 28 2E 7 8 4B 48
Octal 355 217 201 0 50 56 7 10 113 110
Binary 11101101 10001111 10000001 0 101000 101110 111 1000 1001011 1001000

Color Harmonies of #ED8F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F81

Black with #ED8F81

Text Example


Text Example

White with #ED8F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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