Html Css Color HEX #ED9F99 Sweet Pink

📋 copy color: '#ED9F99'

red 237 ◦ green 159 ◦ blue 153

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

Shades of Sweet Pink #ED9F99

Tints of Sweet Pink #ED9F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.96%

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

R = 43.17%
G = 28.96%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED9F99 (or 0xED9F99) is known color: Sweet Pink. HEX triplet: ED, 9F and 99. RGB value is (237,159,153). Sum of RGB (Red+Green+Blue) = 237+159+153=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F99 is #126066. Grayscale: #B5B5B5. Windows color (decimal): -1204327 or 10067949. OLE color: 10067949.

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

Color convert

RGB 237 159 153 -
CMYK 0 0.33 0.35 0.07
HSL 4.29º 0.7% 0.76% -
HSV(B) 4.29º 0.35% 0.93% -
XYZ 53.07 45.1 36.05 -
YUV 181.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 237 159 153 0 0.33 0.35 0.07 4.29 0.7 0.76
Hex ED 9F 99 0 21 23 7 4 46 4C
Octal 355 237 231 0 41 43 7 4 106 114
Binary 11101101 10011111 10011001 0 100001 100011 111 100 1000110 1001100

Color Harmonies of #ED9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F99

Black with #ED9F99

Text Example


Text Example

White with #ED9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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