Html Css Color HEX #ED9C9B Sweet Pink

📋 copy color: '#ED9C9B'

red 237 ◦ green 156 ◦ blue 155

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

Shades of Sweet Pink #ED9C9B

Tints of Sweet Pink #ED9C9B

RGB

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

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

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

R = 43.25%
G = 28.47%
B = 28.28%

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

#ED9C9B (or 0xED9C9B) is known color: Sweet Pink. HEX triplet: ED, 9C and 9B. RGB value is (237,156,155). Sum of RGB (Red+Green+Blue) = 237+156+155=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9B is #126364. Grayscale: #B4B4B4. Windows color (decimal): -1205093 or 10198253. OLE color: 10198253.

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

Color convert

RGB 237 156 155 -
CMYK 0 0.34 0.35 0.07
HSL 0.73º 0.69% 0.77% -
HSV(B) 0.73º 0.35% 0.93% -
XYZ 52.73 44.15 36.75 -
YUV 180.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 237 156 155 0 0.34 0.35 0.07 0.73 0.69 0.77
Hex ED 9C 9B 0 22 23 7 1 45 4D
Octal 355 234 233 0 42 43 7 1 105 115
Binary 11101101 10011100 10011011 0 100010 100011 111 1 1000101 1001101

Color Harmonies of #ED9C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C9B

Black with #ED9C9B

Text Example


Text Example

White with #ED9C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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