Html Css Color HEX #ED9A8E Sweet Pink

📋 copy color: '#ED9A8E'

red 237 ◦ green 154 ◦ blue 142

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

Shades of Sweet Pink #ED9A8E

Tints of Sweet Pink #ED9A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 142 (55.86% from 255) = 26.64%

R = 44.47%
G = 28.89%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED9A8E (or 0xED9A8E) is known color: Sweet Pink. HEX triplet: ED, 9A and 8E. RGB value is (237,154,142). Sum of RGB (Red+Green+Blue) = 237+154+142=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A8E is #126571. Grayscale: #B1B1B1. Windows color (decimal): -1205618 or 9345773. OLE color: 9345773.

HSL color Cylindrical-coordinate representation of color #ED9A8E: hue angle of 7.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED9A8E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 154 142 -
CMYK 0 0.35 0.40 0.07
HSL 7.58º 0.73% 0.74% -
HSV(B) 7.58º 0.4% 0.93% -
XYZ 51.36 43.07 31.2 -
YUV 177.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 237 154 142 0 0.35 0.40 0.07 7.58 0.73 0.74
Hex ED 9A 8E 0 23 28 7 8 49 4A
Octal 355 232 216 0 43 50 7 10 111 112
Binary 11101101 10011010 10001110 0 100011 101000 111 1000 1001001 1001010

Color Harmonies of #ED9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A8E

Black with #ED9A8E

Text Example


Text Example

White with #ED9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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