Html Css Color HEX #ED9D99 Sweet Pink

📋 copy color: '#ED9D99'

red 237 ◦ green 157 ◦ blue 153

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

Shades of Sweet Pink #ED9D99

Tints of Sweet Pink #ED9D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 153 (60.16% from 255) = 27.97%

R = 43.33%
G = 28.7%
B = 27.97%

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

#ED9D99 (or 0xED9D99) is known color: Sweet Pink. HEX triplet: ED, 9D and 99. RGB value is (237,157,153). Sum of RGB (Red+Green+Blue) = 237+157+153=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9D99 is #126266. Grayscale: #B4B4B4. Windows color (decimal): -1204839 or 10067437. OLE color: 10067437.

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

Color convert

RGB 237 157 153 -
CMYK 0 0.34 0.35 0.07
HSL 2.86º 0.7% 0.76% -
HSV(B) 2.86º 0.35% 0.93% -
XYZ 52.73 44.42 35.93 -
YUV 180.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 237 157 153 0 0.34 0.35 0.07 2.86 0.7 0.76
Hex ED 9D 99 0 22 23 7 3 46 4C
Octal 355 235 231 0 42 43 7 3 106 114
Binary 11101101 10011101 10011001 0 100010 100011 111 11 1000110 1001100

Color Harmonies of #ED9D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D99

Black with #ED9D99

Text Example


Text Example

White with #ED9D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D99; }

 p { color: rgb(237,157,153); }

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

background-color css

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

 a { background-color: rgb(237,157,153); }

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

border-color css

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

 span { border-color: rgb(237,157,153); }

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