Html Css Color HEX #ED9C9C Sweet Pink

📋 copy color: '#ED9C9C'

red 237 ◦ green 156 ◦ blue 156

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

Shades of Sweet Pink #ED9C9C

Tints of Sweet Pink #ED9C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.42%

R = 43.17%
G = 28.42%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED9C9C (or 0xED9C9C) is known color: Sweet Pink. HEX triplet: ED, 9C and 9C. RGB value is (237,156,156). Sum of RGB (Red+Green+Blue) = 237+156+156=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C9C is #126363. Grayscale: #B4B4B4. Windows color (decimal): -1205092 or 10263789. OLE color: 10263789.

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

Color convert

RGB 237 156 156 -
CMYK 0 0.34 0.34 0.07
HSL 0.69% 0.77% -
HSV(B) 0.34% 0.93% -
XYZ 52.81 44.18 37.2 -
YUV 180.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 237 156 156 0 0.34 0.34 0.07 0 0.69 0.77
Hex ED 9C 9C 0 22 22 7 0 45 4D
Octal 355 234 234 0 42 42 7 0 105 115
Binary 11101101 10011100 10011100 0 100010 100010 111 0 1000101 1001101

Color Harmonies of #ED9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C9C

Black with #ED9C9C

Text Example


Text Example

White with #ED9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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