Html Css Color HEX #ED9F9B Sweet Pink

📋 copy color: '#ED9F9B'

red 237 ◦ green 159 ◦ blue 155

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

Shades of Sweet Pink #ED9F9B

Tints of Sweet Pink #ED9F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 43.01%
G = 28.86%
B = 28.13%

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

#ED9F9B (or 0xED9F9B) is known color: Sweet Pink. HEX triplet: ED, 9F and 9B. RGB value is (237,159,155). Sum of RGB (Red+Green+Blue) = 237+159+155=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F9B is #126064. Grayscale: #B5B5B5. Windows color (decimal): -1204325 or 10199021. OLE color: 10199021.

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

Color convert

RGB 237 159 155 -
CMYK 0 0.33 0.35 0.07
HSL 2.93º 0.69% 0.77% -
HSV(B) 2.93º 0.35% 0.93% -
XYZ 53.24 45.17 36.92 -
YUV 181.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 237 159 155 0 0.33 0.35 0.07 2.93 0.69 0.77
Hex ED 9F 9B 0 21 23 7 3 45 4D
Octal 355 237 233 0 41 43 7 3 105 115
Binary 11101101 10011111 10011011 0 100001 100011 111 11 1000101 1001101

Color Harmonies of #ED9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F9B

Black with #ED9F9B

Text Example


Text Example

White with #ED9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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