Html Css Color HEX #ED8F8B Sweet Pink

📋 copy color: '#ED8F8B'

red 237 ◦ green 143 ◦ blue 139

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

Shades of Sweet Pink #ED8F8B

Tints of Sweet Pink #ED8F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 45.66%
G = 27.55%
B = 26.78%

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

#ED8F8B (or 0xED8F8B) is known color: Sweet Pink. HEX triplet: ED, 8F and 8B. RGB value is (237,143,139). Sum of RGB (Red+Green+Blue) = 237+143+139=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F8B is #127074. Grayscale: #AAAAAA. Windows color (decimal): -1208437 or 9146349. OLE color: 9146349.

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

Color convert

RGB 237 143 139 -
CMYK 0 0.40 0.41 0.07
HSL 2.45º 0.73% 0.74% -
HSV(B) 2.45º 0.41% 0.93% -
XYZ 49.41 39.51 29.45 -
YUV 170.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 237 143 139 0 0.40 0.41 0.07 2.45 0.73 0.74
Hex ED 8F 8B 0 28 29 7 2 49 4A
Octal 355 217 213 0 50 51 7 2 111 112
Binary 11101101 10001111 10001011 0 101000 101001 111 10 1001001 1001010

Color Harmonies of #ED8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F8B

Black with #ED8F8B

Text Example


Text Example

White with #ED8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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