Html Css Color HEX #ED9C9A Sweet Pink

📋 copy color: '#ED9C9A'

red 237 ◦ green 156 ◦ blue 154

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

Shades of Sweet Pink #ED9C9A

Tints of Sweet Pink #ED9C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

 BLUE value IS 154 (60.55% from 255) = 28.15%

R = 43.33%
G = 28.52%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED9C9A (or 0xED9C9A) is known color: Sweet Pink. HEX triplet: ED, 9C and 9A. RGB value is (237,156,154). Sum of RGB (Red+Green+Blue) = 237+156+154=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9A is #126365. Grayscale: #B4B4B4. Windows color (decimal): -1205094 or 10132717. OLE color: 10132717.

HSL color Cylindrical-coordinate representation of color #ED9C9A: hue angle of 1.45º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9C9A is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 154 -
CMYK 0 0.34 0.35 0.07
HSL 1.45º 0.7% 0.77% -
HSV(B) 1.45º 0.35% 0.93% -
XYZ 52.65 44.11 36.31 -
YUV 179.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 237 156 154 0 0.34 0.35 0.07 1.45 0.7 0.77
Hex ED 9C 9A 0 22 23 7 1 46 4D
Octal 355 234 232 0 42 43 7 1 106 115
Binary 11101101 10011100 10011010 0 100010 100011 111 1 1000110 1001101

Color Harmonies of #ED9C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C9A

Black with #ED9C9A

Text Example


Text Example

White with #ED9C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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