Html Css Color HEX #ED8F8D Sweet Pink

📋 copy color: '#ED8F8D'

red 237 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #ED8F8D

Tints of Sweet Pink #ED8F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 45.49%
G = 27.45%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED8F8D (or 0xED8F8D) is known color: Sweet Pink. HEX triplet: ED, 8F and 8D. RGB value is (237,143,141). Sum of RGB (Red+Green+Blue) = 237+143+141=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F8D is #127072. Grayscale: #AAAAAA. Windows color (decimal): -1208435 or 9277421. OLE color: 9277421.

HSL color Cylindrical-coordinate representation of color #ED8F8D: hue angle of 1.25º 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 #ED8F8D is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 141 -
CMYK 0 0.40 0.41 0.07
HSL 1.25º 0.73% 0.74% -
HSV(B) 1.25º 0.41% 0.93% -
XYZ 49.56 39.57 30.23 -
YUV 170.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 237 143 141 0 0.40 0.41 0.07 1.25 0.73 0.74
Hex ED 8F 8D 0 28 29 7 1 49 4A
Octal 355 217 215 0 50 51 7 1 111 112
Binary 11101101 10001111 10001101 0 101000 101001 111 1 1001001 1001010

Color Harmonies of #ED8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F8D

Black with #ED8F8D

Text Example


Text Example

White with #ED8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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