Html Css Color HEX #ED8E83 Sweet Pink

📋 copy color: '#ED8E83'

red 237 ◦ green 142 ◦ blue 131

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

Shades of Sweet Pink #ED8E83

Tints of Sweet Pink #ED8E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 46.47%
G = 27.84%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8E83 (or 0xED8E83) is known color: Sweet Pink. HEX triplet: ED, 8E and 83. RGB value is (237,142,131). Sum of RGB (Red+Green+Blue) = 237+142+131=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E83 is #12717C. Grayscale: #A9A9A9. Windows color (decimal): -1208701 or 8621805. OLE color: 8621805.

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

Color convert

RGB 237 142 131 -
CMYK 0 0.40 0.45 0.07
HSL 6.23º 0.75% 0.72% -
HSV(B) 6.23º 0.45% 0.93% -
XYZ 48.69 38.99 26.43 -
YUV 169.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 237 142 131 0 0.40 0.45 0.07 6.23 0.75 0.72
Hex ED 8E 83 0 28 2D 7 6 4B 48
Octal 355 216 203 0 50 55 7 6 113 110
Binary 11101101 10001110 10000011 0 101000 101101 111 110 1001011 1001000

Color Harmonies of #ED8E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E83

Black with #ED8E83

Text Example


Text Example

White with #ED8E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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