Html Css Color HEX #ED9C92 Sweet Pink

📋 copy color: '#ED9C92'

red 237 ◦ green 156 ◦ blue 146

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

Shades of Sweet Pink #ED9C92

Tints of Sweet Pink #ED9C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.09%

R = 43.97%
G = 28.94%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9C92 (or 0xED9C92) is known color: Sweet Pink. HEX triplet: ED, 9C and 92. RGB value is (237,156,146). Sum of RGB (Red+Green+Blue) = 237+156+146=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C92 is #12636D. Grayscale: #B3B3B3. Windows color (decimal): -1205102 or 9608429. OLE color: 9608429.

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

Color convert

RGB 237 156 146 -
CMYK 0 0.34 0.38 0.07
HSL 6.59º 0.72% 0.75% -
HSV(B) 6.59º 0.38% 0.93% -
XYZ 52 43.86 32.92 -
YUV 179.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 237 156 146 0 0.34 0.38 0.07 6.59 0.72 0.75
Hex ED 9C 92 0 22 26 7 7 48 4B
Octal 355 234 222 0 42 46 7 7 110 113
Binary 11101101 10011100 10010010 0 100010 100110 111 111 1001000 1001011

Color Harmonies of #ED9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C92

Black with #ED9C92

Text Example


Text Example

White with #ED9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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