Html Css Color HEX #ED9B99 Sweet Pink

📋 copy color: '#ED9B99'

red 237 ◦ green 155 ◦ blue 153

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

Shades of Sweet Pink #ED9B99

Tints of Sweet Pink #ED9B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

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

R = 43.49%
G = 28.44%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED9B99 (or 0xED9B99) is known color: Sweet Pink. HEX triplet: ED, 9B and 99. RGB value is (237,155,153). Sum of RGB (Red+Green+Blue) = 237+155+153=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B99 is #126466. Grayscale: #B3B3B3. Windows color (decimal): -1205351 or 10066925. OLE color: 10066925.

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

Color convert

RGB 237 155 153 -
CMYK 0 0.35 0.35 0.07
HSL 1.43º 0.7% 0.76% -
HSV(B) 1.43º 0.35% 0.93% -
XYZ 52.4 43.75 35.82 -
YUV 179.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 237 155 153 0 0.35 0.35 0.07 1.43 0.7 0.76
Hex ED 9B 99 0 23 23 7 1 46 4C
Octal 355 233 231 0 43 43 7 1 106 114
Binary 11101101 10011011 10011001 0 100011 100011 111 1 1000110 1001100

Color Harmonies of #ED9B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B99

Black with #ED9B99

Text Example


Text Example

White with #ED9B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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