Html Css Color HEX #ED8E8D Sweet Pink

📋 copy color: '#ED8E8D'

red 237 ◦ green 142 ◦ blue 141

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

Shades of Sweet Pink #ED8E8D

Tints of Sweet Pink #ED8E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

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

R = 45.58%
G = 27.31%
B = 27.12%

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

#ED8E8D (or 0xED8E8D) is known color: Sweet Pink. HEX triplet: ED, 8E and 8D. RGB value is (237,142,141). Sum of RGB (Red+Green+Blue) = 237+142+141=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E8D is #127172. Grayscale: #AAAAAA. Windows color (decimal): -1208691 or 9277165. OLE color: 9277165.

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

Color convert

RGB 237 142 141 -
CMYK 0 0.40 0.41 0.07
HSL 0.63º 0.73% 0.74% -
HSV(B) 0.63º 0.41% 0.93% -
XYZ 49.41 39.27 30.18 -
YUV 170.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 237 142 141 0 0.40 0.41 0.07 0.63 0.73 0.74
Hex ED 8E 8D 0 28 29 7 1 49 4A
Octal 355 216 215 0 50 51 7 1 111 112
Binary 11101101 10001110 10001101 0 101000 101001 111 1 1001001 1001010

Color Harmonies of #ED8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E8D

Black with #ED8E8D

Text Example


Text Example

White with #ED8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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